Skip to content

Commit 4bceca3

Browse files
authored
Merge pull request #1670 from rytswd/patch-1
doc: correct minor grammar mistakes
2 parents d612f89 + 893749d commit 4bceca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESIGN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ project and its various components.
3737
* **Batteries Included**: KubeBuilder projects should contain enough
3838
deployment information to reasonably develop and run the scaffolded
3939
project. This includes testing, deployment files, and development
40-
infrastructure to go from an code to running containers.
40+
infrastructure to go from code to running containers.
4141

4242
## controller-tools and controller-runtime
4343

@@ -111,7 +111,7 @@ project and its various components.
111111
tend to be brittle and gradually become more complicated over time (e.g.
112112
fake client implementations tend to grow into poorly-written, incomplete
113113
API servers). Recording of actions tends to lead to brittle tests that
114-
requiring changing during refactors. Instead, test that the end desired
114+
requires changes during refactors. Instead, test that the end desired
115115
state is correct. Test the way the world should be, without caring how
116116
it got there, and provide easy ways to set up the real components so
117117
that mocks aren't required.

0 commit comments

Comments
 (0)