docs: various minor grammatical changes (#6284)

* Update README.md
* Update setting-up.md
* Update plug-points.md
* Update plugin-api.md
* Update configuration.md
* Update deep-linking.md
* Update installation.md


Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
PoojaChandak
2020-08-25 05:24:48 +05:30
committed by GitHub
parent 580e906450
commit 959b48ad3d
6 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ Often, it is beneficial to override the core internals to achieve custom behavio
### Note: Semantic Versioning
Swagger UI's internal APIs are _not_ part of our public contract, which means that they can change without the major version changing.
Swagger UI's internal APIs are _not_ part of our public contract, which means that they can change without the major version change.
If your custom plugins wrap, extend, override, or consume any internal core APIs, we recommend specifying a specific minor version of Swagger UI to use in your application, because they will _not_ change between patch versions.