diff --git a/contribute/contribute-guide.md b/contribute/contribute-guide.md
index 4d7cf8dcf0..ac470000ad 100644
--- a/contribute/contribute-guide.md
+++ b/contribute/contribute-guide.md
@@ -21,7 +21,7 @@ There are two ways to contribute a pull request to the docs repository:
This is the manual, more advanced version of clicking 'Edit this page' on a published docs page. Initiating a docs changes in a PR from your own branch gives you more flexibility, as you can submit changes to multiple pages or files under a single pull request, and even create new topics.
- For a demo of the components, tags, Markdown syntax, styles, etc we use at [https://docs.docker.com/](https://docs.docker.com/), see the Usefule components section.
+ For a demo of the components, tags, Markdown syntax, styles, etc we use at [https://docs.docker.com/](https://docs.docker.com/), see the Useful components section.
### Important files
diff --git a/contribute/overview.md b/contribute/overview.md
index 7f1f299a1b..7d489f069c 100644
--- a/contribute/overview.md
+++ b/contribute/overview.md
@@ -26,7 +26,7 @@ as possible for you to work in this repository. The following sections guide you
Explore Docker's grammar guide
+Explore Docker's grammar guide.
Choose the right words for you content
+Choose the right words for you content.
Guidelines for creating a new page
+Guidelines for creating a new page.
Explore commonly-used Docker terms
+Explore commonly used Docker terms.
@@ -75,6 +75,6 @@ as possible for you to work in this repository. The following sections guide you We also provide: -- A section of useful components you can add to your documentation. For components and controls we are using [Bootstrap](https://getbootstrap.com) +- A section of useful components you can add to your documentation. For components and controls, we use [Bootstrap](https://getbootstrap.com) - Information on Docker's [tone and voice](style/voice-tone.md). -- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documenation. \ No newline at end of file +- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documentation. \ No newline at end of file diff --git a/contribute/style/recommended-words.md b/contribute/style/recommended-words.md index 81580d6f28..2b25fc09dc 100644 --- a/contribute/style/recommended-words.md +++ b/contribute/style/recommended-words.md @@ -61,11 +61,11 @@ Use `later` when talking about version numbers. Use: -_In GitLab 14.1 and later._ +_In Docker Desktop 4.1 and later._ Instead of: -_In GitLab 14.1 and higher…_ or _In GitLab 14.1 and above…_ +_In Docker Desktop 4.1 and higher…_ or _In Docker Desktop 4.1 and above…_ #### register Use `register` instead of sign up when talking about creating an account. @@ -104,4 +104,4 @@ _Use widgets when you have work you want to organize._ Instead of: _We created a feature for you to add widgets. -One exception: You can use we recommend instead of it is recommended or GitLab recommends._ +One exception: You can use we recommend instead of it is recommended or Docker recommends._