Skip to content

Commit c742577

Browse files
authored
Merge pull request #2541 from mariuskimmina/master
📖 docs: fix abbreviation style in quickstart
2 parents e135287 + 27f3107 commit c742577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ and the `controllers/guestbook_controller.go` where the reconciliation business
9393
logic. For more info see [Designing an API](/cronjob-tutorial/api-design.md) and [What's in
9494
a Controller](cronjob-tutorial/controller-overview.md).
9595

96-
If you are editing the API definitions, generate the manifests such as CRs or CRDs using
96+
If you are editing the API definitions, generate the manifests such as Custom Resources (CRs) or Custom Resource Defintions (CRDs) using
9797
```bash
9898
make manifests
9999
```
@@ -178,7 +178,7 @@ make run
178178

179179
## Install Instances of Custom Resources
180180

181-
If you pressed `y` for Create Resource [y/n] then you created an (CR)Custom Resource for your (CRD)Custom Resource Definition in your samples (make sure to edit them first if you've changed the
181+
If you pressed `y` for Create Resource [y/n] then you created a CR for your CRD in your samples (make sure to edit them first if you've changed the
182182
API definition):
183183

184184
```bash

0 commit comments

Comments
 (0)