Skip to content

Commit cb0aefb

Browse files
committed
Fix some misspellings of 'recommend'
I have a habit of spelling it with 2 'c's and one 'm'.
1 parent e591b2b commit cb0aefb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Users:
2121

2222
- We follow [Semantic Versioning (semver)](https://semver.org)
2323
- Use releases with your dependency management to ensure that you get compatible code
24-
- The master branch contains all the latest code, some of which may break compatibility (so "normal" `go get` is not reccomended)
24+
- The master branch contains all the latest code, some of which may break compatibility (so "normal" `go get` is not recommended)
2525

2626
Contributors:
2727

TMP-LOGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ logger.V(1).Info("this is particularly verbose!", "state of the world",
7474
allKubernetesObjectsEverywhere)
7575
```
7676

77-
While it's possible to use higher log levels, it's reccomended that you
77+
While it's possible to use higher log levels, it's recommended that you
7878
stick with `V(1)` or V(0)` (which is equivalent to not specifying `V`),
7979
and then filter later based on key-value pairs or messages; different
8080
numbers tend to lose meaning easily over time, and you'll be left

VERSIONING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Use releases with your dependency management to ensure that you get
1111
compatible code
1212
- The master branch contains all the latest code, some of which may break
13-
compatibility (so "normal" `go get` is not reccomended)
13+
compatibility (so "normal" `go get` is not recommended)
1414

1515
### Contributors
1616

@@ -32,7 +32,7 @@ Don't be lazy, read the rest of this doc :-)
3232
## Overview
3333

3434
controller-runtime (and friends) follow [Semantic
35-
Versioning](https://semver.org). I'd reccomend reading the aforementioned
35+
Versioning](https://semver.org). I'd recommend reading the aforementioned
3636
link if you're not familiar, but essentially, for any given release X.Y.Z:
3737

3838
- an X (*major*) release indicates a set of backwards-compatible code.

0 commit comments

Comments
 (0)