Skip to content

Commit 7589d83

Browse files
Fixing typos in dictionary documentation
1 parent 6bd6645 commit 7589d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/dictionary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When Specmatic generates requests while running tests or responses while running
3131

3232
While the generated values will conform to the schema, they may not be meaningful from the point of view of your business domain. Also at times you want to have more control on the exact values that are used for certain fields.
3333

34-
This is where dictionary capability helps you define domain-specific values which Specmatic can use in the absence of examples. Specmatic will lookup values for fields in the ditionary defined by you while generating requests or responses.
34+
This is where dictionary capability helps you define domain-specific values which Specmatic can use in the absence of examples. Specmatic will lookup values for fields in the dictionary defined by you while generating requests or responses.
3535

3636
The dictionary can be supplied in either `YAML` or `JSON` format. When the dictionary file name follows the convention `<spec-file-name>_dictionary.<format>`, Specmatic will automatically pick it up in the context of the corresponding API specification file.
3737

@@ -272,7 +272,7 @@ Address:
272272
```
273273
{% endtab %}
274274
{% endtabs %}
275-
Notice that the keys begin with `Address` instead than `Employee`, because the dictionary accesses the fields from the referenced schema. This makes for convenient dictionary definition withouth have to nest the values deeply.
275+
Notice that the keys begin with `Address` instead than `Employee`, because the dictionary accesses the fields from the referenced schema. This makes for convenient dictionary definition without have to nest the values deeply.
276276

277277
## Dictionary Generation
278278
{: .d-inline-block }

0 commit comments

Comments
 (0)