mirror of https://github.com/knative/docs.git
Avoid above and below (#4086)
* Add rule to avoid using "above" and "below" * Update rule
This commit is contained in:
parent
6578a6cb45
commit
b6b5529936
|
@ -127,7 +127,7 @@ Apply code formatting only to special-purpose text:
|
|||
|
||||
- Creating or updating a resource:
|
||||
|
||||
1. Create a YAML file using the template below:
|
||||
1. Create a YAML file using the following template:
|
||||
|
||||
```yaml
|
||||
# YAML FILE CONTENTS
|
||||
|
|
|
@ -13,14 +13,18 @@ For the correct spellings of words, see [Merriam-Webster](https://www.merriam-we
|
|||
| ConfigMap | configmap<br>cm<br>config map<br>Config Map | |
|
||||
| CloudEvent | cloud event<br>Cloud Event | |
|
||||
| Docker | docker | |
|
||||
| earlier | above | Don't use directional language to refer to a position in a document. |
|
||||
| event | Event | |
|
||||
| event source | Event Source | |
|
||||
| following | below | Don't use directional language to refer to a position in a document. |
|
||||
| hostname | host name | |
|
||||
| Knative Eventing | eventing<br>Eventing Component | |
|
||||
| Knative Service<br>Service | Knative service<br>service<br>ksvc<br>svc | |
|
||||
| Knative Serving | serving<br>Serving Component | |
|
||||
| Kubernetes | kubernetes | |
|
||||
| later | below | Don't use directional language to refer to a position in a document. |
|
||||
| might | may | Reserve "may" for official policy or legal considerations. To convey possibility, use "can" or "might". To convey permission, use "can". |
|
||||
|
||||
| minikube | Minikube | https://minikube.sigs.k8s.io/docs/start/ |
|
||||
| on-premises | on-prem<br>on-premise | |
|
||||
| SIG Docs | SIG-DOCS<br>Sig-docs<br>Sig-Docs<br>Sig Docs | |
|
||||
|
|
Loading…
Reference in New Issue