Skip to content

Commit

Permalink
Spell corrections and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonor committed Dec 7, 2010
1 parent fcb315c commit 1382d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/06-examples/06-chapter1.md
Expand Up @@ -802,7 +802,7 @@ The server response should return JSON data resembling the example below:

Now in place, jobs can request this option data like so:

<option name="method" enforcedvalues="true" required="true"
<option name="package" enforcedvalues="true" required="true"
valuesUrl="http://ops.acme.com/cgi/hudson-artifacts.cgi?hudsonJob=anvils"/>

The RunDeck UI will display the package names in the menu and once
Expand Down Expand Up @@ -867,7 +867,7 @@ The server response should return JSON data resembling the example below:

Now in place, jobs can request the option model data like so:

<option name="method" enforcedvalues="true" required="true"
<option name="package" enforcedvalues="true" required="true"
valuesUrl="http://ops.acme.com/cgi/yum-repoquery.cgi?package=anvils"/>

The RunDeck UI will display the package names in the menu and once
Expand Down

0 comments on commit 1382d46

Please sign in to comment.