From 8bbffb964fbb20101f1e8f7cc98ba81b72440e53 Mon Sep 17 00:00:00 2001 From: nicoder Date: Fri, 2 May 2014 18:55:39 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb6475b..87bc652 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Replacing is done by matching **${PARAMETER\_KEY}** in branch specifier to the p This is usefull e.g. when you want to define a single project for all the branches in the repository.
Setup might look like this: -* parametrized build with string parametere **BRANCH\_TO\_BUILD**, default = master +* parametrized build with string parameter **BRANCH\_TO\_BUILD**, default = master * branch specifier: **origin/${BRANCH\_NAME\_TO\_BUILD}** With this configuration: @@ -79,7 +79,7 @@ The procedure is the same as for the build now hook, the difference is that this Additional notes: * the project must be configured not to skip notifyCommit -* parametrized projects can be polled, but subsequent build will use the default parametere values (can't propagate the branch to the polling) +* parametrized projects can be polled, but subsequent build will use the default parameter values (can't propagate the branch to the polling) ### Delete branch commits