ENGDOCS-2176 (#20569)

This commit is contained in:
Allie Sadler 2024-08-09 11:41:32 +01:00 committed by GitHub
parent 7e69e72bff
commit 87acb6a36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 9 deletions

View File

@ -31,7 +31,6 @@ swap:
check box: checkbox check box: checkbox
check boxes: checkboxes check boxes: checkboxes
click: select click: select
deselect: clear
ergo: therefore ergo: therefore
file name: filename file name: filename
keypress: keystroke keypress: keystroke

View File

@ -172,7 +172,3 @@ Avoid the use of exclamation marks.
### Parentheses ### Parentheses
Don't use parentheses in technical documentation. They can reduce the readability of a sentence. Don't use parentheses in technical documentation. They can reduce the readability of a sentence.
## Third party documentation
If you are documenting a task that requires the use of a third-party product, link out to the third-party's documentation. Don't copy the content because it might violate copyright. It can also result in an unnecessary maintenance burden of having to keep the docs up-to-date when the third-party changes or updates their product. It is best practice to link to the single source of truth.

View File

@ -58,10 +58,6 @@ Select applies to more devices, while click is more specific to a mouse.
Don't use `currently` when talking about the product or its features. The documentation describes the product as it is today. Don't use `currently` when talking about the product or its features. The documentation describes the product as it is today.
#### deselect
Dont use `deselect`. Instead, use `clear`.
#### disable #### disable
Don't use `disable`. Implies that disability is a less-desired or negative state. Don't use `disable`. Implies that disability is a less-desired or negative state.