docs: fix readme usage of spec vs definition (#264)

This commit is contained in:
Adam Altman
2021-03-13 10:22:53 -06:00
committed by GitHub
parent 4fa6ca4751
commit 7afb0a67e6

View File

@@ -39,8 +39,8 @@ npx @redocly/openapi-cli lint path-to-root-file.yaml
### Docker
To give the docker container access to the OpenAPI spec files, you need to
mount the containing directory as a volume. Assuming the spec is rooted
To give the docker container access to the OpenAPI definition files, you need to
mount the containing directory as a volume. Assuming the OAS defintion is rooted
in the current working directory, you need the following command:
```