mirror of
https://github.com/k3s-io/k3s.git
synced 2025-12-18 23:06:14 -05:00
typo fixes (#11201)
Signed-off-by: Ibrahim Mkusa <ibrahimmkusa@gmail.com>
This commit is contained in:
parent
4f714d39a0
commit
4adcdf8db3
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ If you're interested in contributing documentation, please note the following:
|
|||
|
||||
If you're interested in contributing new tests, please see the [TESTING.md](./tests/TESTING.md).
|
||||
|
||||
## Code Convetion
|
||||
## Code Convention
|
||||
|
||||
See the [code convetions documentation](./docs/contrib/code_conventions.md) for more information on how to write code for K3s.
|
||||
See the [code conventions documentation](./docs/contrib/code_conventions.md) for more information on how to write code for K3s.
|
||||
|
||||
### Opening PRs and organizing commits
|
||||
PRs should generally address only 1 issue at a time. If you need to fix two bugs, open two separate PRs. This will keep the scope of your pull requests smaller and allow them to be reviewed and merged more quickly.
|
||||
|
|
|
|||
Loading…
Reference in a new issue