Skip to content

Commit

Permalink
Merge pull request #1670 from rytswd/patch-1
Browse files Browse the repository at this point in the history
doc: correct minor grammar mistakes
  • Loading branch information
k8s-ci-robot committed Sep 9, 2020
2 parents d612f89 + 893749d commit 4bceca3
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 4bceca3

Please sign in to comment.