Skip to content

Commit

Permalink
fixing grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Feb 6, 2024
1 parent a608469 commit 4f28fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ However for petId 1, it will always return below values.
}
```

This is because the example `200_OKAY`, which we earlier saw being used while running contract test, also serves a stub data when we run Specmatic stub.
This is because the example `200_OKAY` in the `service.yaml` spec file, which we earlier saw being used while running contract test, also serves a stub data when we run Specmatic stub.

With this we have effectively achived three goals in one go.
* Examples serve as reference for people referring to the API specification as documentation
* The same examples are used while contract tests to create the HTTP request
* Examples serve as sample data for people referring to the API specification as documentation
* The same examples are used in contract tests to create the HTTP request
* And these examples also serve as stub data when we run Spemcatic stub command

#### Intelligent Service Virtualisation
Expand Down

0 comments on commit 4f28fd9

Please sign in to comment.