Add 'may' and 'since' rules (#4076)

* Add 'may' and 'since' rules

* Add 'can'
This commit is contained in:
RichardJJG 2021-07-29 12:41:56 +01:00 committed by GitHub
parent e38b011761
commit 7bc20cbec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,9 @@ For the correct spellings of words, see [Merriam-Webster](https://www.merriam-we
|-----------------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
| autoTLS | auto TLS<br>Auto&nbsp;TLS<br>AutoTLS | |
| autoscaling | Auto-Scaling<br>auto-scaling<br>AutoScaling<br>Autoscaling | |
| because | since | "Since" is ambiguous; it can refer to the passage of time. "Because" refers to causation or the reason for something. |
| Broker | broker | |
| can | may | Use "can" to convey permission, to refer to an optional action, or to refer to a possible outcome. |
| Channel | channel | |
| CLI | command-line<br>command-line&nbsp;tool<br>command&nbsp;line| Use CLI instead of command line interface. Command line is slightly different and for this context should not be used. |
| component | Component | |
@ -18,9 +20,10 @@ For the correct spellings of words, see [Merriam-Webster](https://www.merriam-we
| Knative&nbsp;Service<br>Service | Knative&nbsp;service<br>service<br>ksvc<br>svc | |
| Knative&nbsp;Serving | serving<br>Serving&nbsp;Component | |
| Kubernetes | kubernetes | |
| 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&nbsp;Docs | |
| SIG Docs | SIG-DOCS<br>Sig-docs<br>Sig-Docs<br>Sig&nbsp;Docs | |
| standard&nbsp;input | stdin<br>STDIN | |
| standard&nbsp;output | stdout<br>STDOUT | |
| Trigger | trigger | |