Skip to content

Commit

Permalink
fix: Correct typos in README (#187)
Browse files Browse the repository at this point in the history
* fix: Correct typos in README

* Update README.md
  • Loading branch information
millerick authored Apr 3, 2024
1 parent 5f0fcf1 commit 124135d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ module.exports = defineConfig({
attributes: [
{
key: 'attributeKey',
value: 'attrbiuteValue',
value: 'attributeValue',
},
{
value: 'anotherAttrbiuteValue',
value: 'anotherAttributeValue',
},
],
},
Expand Down Expand Up @@ -85,10 +85,10 @@ Add the following options to cypress.json
"attributes": [
{
"key": "attributeKey",
"value": "attrbiuteValue"
"value": "attributeValue"
},
{
"value": "anotherAttrbiuteValue"
"value": "anotherAttributeValue"
}
]
}
Expand Down

0 comments on commit 124135d

Please sign in to comment.