File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ project and its various components.
37
37
* ** Batteries Included** : KubeBuilder projects should contain enough
38
38
deployment information to reasonably develop and run the scaffolded
39
39
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.
41
41
42
42
## controller-tools and controller-runtime
43
43
@@ -111,7 +111,7 @@ project and its various components.
111
111
tend to be brittle and gradually become more complicated over time (e.g.
112
112
fake client implementations tend to grow into poorly-written, incomplete
113
113
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
115
115
state is correct. Test the way the world should be, without caring how
116
116
it got there, and provide easy ways to set up the real components so
117
117
that mocks aren't required.
You can’t perform that action at this time.
0 commit comments