mirror of https://github.com/knative/docs.git
Add 'may' and 'since' rules (#4076)
* Add 'may' and 'since' rules * Add 'can'
This commit is contained in:
parent
e38b011761
commit
7bc20cbec6
|
|
@ -4,7 +4,9 @@ For the correct spellings of words, see [Merriam-Webster](https://www.merriam-we
|
|||
|-----------------------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| autoTLS | auto TLS<br>Auto 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 tool<br>command 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 Service<br>Service | Knative service<br>service<br>ksvc<br>svc | |
|
||||
| Knative Serving | serving<br>Serving 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 Docs | |
|
||||
| SIG Docs | SIG-DOCS<br>Sig-docs<br>Sig-Docs<br>Sig Docs | |
|
||||
| standard input | stdin<br>STDIN | |
|
||||
| standard output | stdout<br>STDOUT | |
|
||||
| Trigger | trigger | |
|
||||
|
|
|
|||
Loading…
Reference in New Issue