Skip to content

Commit 07cddc3

Browse files
authored
minor grammar fix
1 parent b4e9065 commit 07cddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The symbolic links contained in this repo do not work for Windows operating syst
6060

6161
### Writing Tests
6262

63-
In addition to running the fix yourself and tell us that your fix works, you can demonstrate that your fix really works by using unit tests and end to end tests. Tests are mainly located in three places. You should put your tests into the places that they fit in.
63+
In addition to running the fix yourself and telling us that your fix works, you can demonstrate that your fix really works by using unit tests and end to end tests. Tests are mainly located in three places. You should put your tests into the places that they fit in.
6464

6565
1. [Generated tests](kubernetes/test) by OpenAPI generator: these tests should pass and do not require modification.
6666
2. [End to end tests](kubernetes/e2e_test): these are tests that can only be verified with a live kubernetes server.

0 commit comments

Comments
 (0)