Skip to content

Commit

Permalink
Fix some misspellings of 'recommend'
Browse files Browse the repository at this point in the history
I have a habit of spelling it with 2 'c's and one 'm'.
  • Loading branch information
DirectXMan12 committed Feb 13, 2019
1 parent e591b2b commit cb0aefb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Users:

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

Contributors:

Expand Down
2 changes: 1 addition & 1 deletion TMP-LOGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ logger.V(1).Info("this is particularly verbose!", "state of the world",
allKubernetesObjectsEverywhere)
```

While it's possible to use higher log levels, it's reccomended that you
While it's possible to use higher log levels, it's recommended that you
stick with `V(1)` or V(0)` (which is equivalent to not specifying `V`),
and then filter later based on key-value pairs or messages; different
numbers tend to lose meaning easily over time, and you'll be left
Expand Down
4 changes: 2 additions & 2 deletions VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Use releases with your dependency management to ensure that you get
compatible code
- The master branch contains all the latest code, some of which may break
compatibility (so "normal" `go get` is not reccomended)
compatibility (so "normal" `go get` is not recommended)

### Contributors

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

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

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

0 comments on commit cb0aefb

Please sign in to comment.