Skip to content

Commit e894f75

Browse files
authored
Grammar fixup.
1 parent bfe90fd commit e894f75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/credentials.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ magento/carriers_usps_password=Lmgxvrq89uPwECeV
5555
....
5656
```
5757

58-
Or add new key & value pairs for your own credentials. The keys use the following format:
58+
Or add new key/value pairs for your own credentials. The keys use the following format:
5959

6060
```conf
6161
<vendor>/<key_name>=<key_value>
@@ -150,16 +150,16 @@ Define the value as a reference to the corresponding key in the credentials file
150150

151151
- `_CREDS` is an environment constant pointing to the `.credentials` file
152152
- `my_data_key` is a key in the the `.credentials` file or vault that contains the value to be used in a test step
153-
- for File Storage, ensure your key contains the vendor prefix, i.e. `vendor/my_data_key`
154-
- for Vault Storage, ensure your key contains your secret basepath + `/mftf/` + your vendor prefix + `/` and finally your key, i.e. `secret/mftf/vendor/my_data_key`
153+
- for File Storage, ensure your key contains the vendor prefix, i.e. `vendor/my_data_key`
154+
- for Vault Storage, ensure your key contains your secret basepath + `/mftf/` + your vendor prefix + `/` and finally your key, i.e. `secret/mftf/vendor/my_data_key`
155155

156156
For example, to reference secret data in the [`fillField`][] action, use the `userInput` attribute using a typical File Storage:
157157

158158
```xml
159159
<fillField stepKey="FillApiToken" selector=".api-token" userInput="{{_CREDS.vendor/my_data_key}}" />
160160
```
161161

162-
... whereas to do the same using Vault Storage:
162+
To do the same using Vault Storage:
163163

164164
```xml
165165
<fillField stepKey="FillApiToken" selector=".api-token" userInput="{{_CREDS.secret/mftf/vendor/my_data_key}}" />

0 commit comments

Comments
 (0)