Skip to content

Commit

Permalink
Merge pull request #3415 from lixin963/patch-6
Browse files Browse the repository at this point in the history
Update development.md
  • Loading branch information
k8s-ci-robot authored Nov 9, 2023
2 parents a9fbf70 + f933387 commit 4819f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This guide will introduce you to important make targets and their usage.

### Building `kind`

Invoke `make build` and `bin/kind` will contain the freshly build `kind` binary
Invoke `make build` and `bin/kind` will contain the freshly built `kind` binary
upon a successful build.

Like other targets, this target automatically manages the correct [`.go-version`][go-version] and doesn't require that you install any tooling (just `make` / `bash`). We accomplish this using a copy of [gimme] in `hack/third_party/gimme`.
Expand Down

0 comments on commit 4819f2e

Please sign in to comment.