Skip to content

Commit 1b0802b

Browse files
Update initial.md
1 parent c06efb3 commit 1b0802b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/content/docs/design/initial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Kubernetes "clusters" where each "node" is a Docker container.
2424
`kind` is targeted at testing Kubernetes.
2525

2626
`kind` is divided into go packages implementing most of the functionality, a
27-
command line for users, and a "node" base image. The intent is that the `kind` suite of packages should eventually be importable and reusable by other
27+
command line for users, and a "node" base image. The intent is that the `kind`
28+
suite of packages should eventually be importable and reusable by other
2829
tools (e.g. [kubetest][kubetest])
2930
while the CLI provides a quick way to use and debug these packages.
3031

0 commit comments

Comments
 (0)