diff --git a/contrib/recipes/docs/rollingupdates_from_jenkins.md b/contrib/recipes/docs/rollingupdates_from_jenkins.md index cc58959acc7..d234085404b 100644 --- a/contrib/recipes/docs/rollingupdates_from_jenkins.md +++ b/contrib/recipes/docs/rollingupdates_from_jenkins.md @@ -16,7 +16,7 @@ Our project's build script (`bin/jenkins.sh`), is followed by our new kube-rolli REGISTRY_LOCATION="dockerreg.web.local/" ``` -Jenkins builds our container, tags it with the build number, and runs a couple rudamentary tests on it. On success, it pushes it to our private docker registry. Once the container is pushed, it then executes our rolling update script. +Jenkins builds our container, tags it with the build number, and runs a couple rudimentary tests on it. On success, it pushes it to our private docker registry. Once the container is pushed, it then executes our rolling update script. `kube-rolling.sh` ``` @@ -54,4 +54,4 @@ When using a private docker registry as we are, the Jenkins slaves as well as th ### Questions twitter @jeefy -irc.freenode.net #kubernetes jeefy \ No newline at end of file +irc.freenode.net #kubernetes jeefy