Skip to content

Commit

Permalink
Fix package.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
Walmyr Filho committed Aug 29, 2023
1 parent 23f46ba commit 2e3d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cy-en-pt",
"version": "1.0.0",
"description": "Sample project to demonstrate how to test a website that has versions in two different languages (En and PT-BR.)",
"description": "Sample project to demonstrate how to test a website that has versions in two different languages (EN and PT-BR.)",
"main": "cypress.config.js",
"scripts": {
"cy:open:en": "cypress open --env language='en'",
Expand Down

0 comments on commit 2e3d4ff

Please sign in to comment.