mirror of https://github.com/docker/docs.git
new recommended words (#15703)
This commit is contained in:
parent
a8bb8a2349
commit
001b49216b
|
@ -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.
|
||||
|
|
|
@ -40,6 +40,12 @@ Do not use `currently` when talking about the product or its features. The docum
|
|||
|
||||
Don’t 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.
|
||||
|
|
Loading…
Reference in New Issue