Skip to content

Commit 2faf3b3

Browse files
authored
[docs] Correct typos in CONTRIBUTING.md and api-server README.md (#3492)
Signed-off-by: LeoLiao123 <[email protected]>
1 parent 196f959 commit 2faf3b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Thank you for investing your time in contributing to KubeRay project!
55

6-
Read our [Code of Coduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable.
6+
Read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable.
77

88
This guide details how to use issues and pull requests to improve KubeRay project.
99

@@ -54,7 +54,7 @@ If you spot a problem with the problem, [search if an issue already exists](http
5454

5555
### Solve an issue
5656

57-
KubeRay has subproject and each of them may have different development and testing procedure. Please check `DEVELOPMENT.md` in sub folder to get familar with running and testing codes.
57+
KubeRay has subproject and each of them may have different development and testing procedure. Please check `DEVELOPMENT.md` in sub folder to get familiar with running and testing codes.
5858

5959
### Open a Pull request
6060

apiserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You could build and start apiserver from scratch on your local environment in on
1717
make start-local-apiserver
1818
```
1919

20-
apiserver supports HTTP request, so you could easily check whether it's started successfully by by issuing two simple curl requests.
20+
apiserver supports HTTP request, so you could easily check whether it's started successfully by issuing two simple curl requests.
2121

2222
```sh
2323
# Create complete template.

0 commit comments

Comments
 (0)