From 124135d1a885cc2c65d1cf5b26184cd35098c121 Mon Sep 17 00:00:00 2001 From: millerick Date: Wed, 3 Apr 2024 06:35:52 -0700 Subject: [PATCH] fix: Correct typos in README (#187) * fix: Correct typos in README * Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca7f969..8192482 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ module.exports = defineConfig({ attributes: [ { key: 'attributeKey', - value: 'attrbiuteValue', + value: 'attributeValue', }, { - value: 'anotherAttrbiuteValue', + value: 'anotherAttributeValue', }, ], }, @@ -85,10 +85,10 @@ Add the following options to cypress.json "attributes": [ { "key": "attributeKey", - "value": "attrbiuteValue" + "value": "attributeValue" }, { - "value": "anotherAttrbiuteValue" + "value": "anotherAttributeValue" } ] }