Skip to content

Commit

Permalink
doc: correct minor grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rytswd authored Sep 9, 2020
1 parent d612f89 commit 893749d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project and its various components.
* **Batteries Included**: KubeBuilder projects should contain enough
deployment information to reasonably develop and run the scaffolded
project. This includes testing, deployment files, and development
infrastructure to go from an code to running containers.
infrastructure to go from code to running containers.

## controller-tools and controller-runtime

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

0 comments on commit 893749d

Please sign in to comment.