1
0
mirror of https://github.com/ko-build/ko.git synced 2025-09-16 08:56:23 +02:00

Quick typo fix (#99)

This commit is contained in:
Scott Brenner
2019-10-22 12:32:49 -07:00
committed by jonjohnsonjr
parent 267b61e6ed
commit a6277d0a45

View File

@@ -82,7 +82,7 @@ For example, any of the following would be matched:
### Results
Employing this convention enables `ko` to have effectively zero configuration
and enable very fast development iteration. For
and enables very fast development iteration. For
[warm-image](https://github.com/mattmoor/warm-image), `ko` is able to
build, containerize, and redeploy a non-trivial Kubernetes controller app in
seconds (dominated by two `go build`s).