new recommended words (#15703)

This commit is contained in:
Allie Sadler 2022-09-21 08:41:56 +01:00 committed by GitHub
parent a8bb8a2349
commit 001b49216b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -77,4 +77,4 @@ We also provide:
- 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 documentation.
- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documentation.

View File

@ -40,6 +40,12 @@ Do not use `currently` when talking about the product or its features. The docum
Dont use `deselect`. Instead, use `clear`.
#### disable
Do not use `disable`. Implies that disability is a less-desired or negative state.
Instead, use `turn off` or `toggle off`.
#### earlier
Use `earlier` when talking about version numbers.
@ -52,6 +58,12 @@ Instead of:
_In Docker Desktop 4.1 and lower._
#### enable
Do not use `enable`. Implies that disability is a less-desired or negative state.
Instead, use `turn on` or `toggle on`.
#### execute
Avoid where possible. Use `run` instead.