doc/index.html in bauxite-0.4.5 vs doc/index.html in bauxite-0.4.6
- old
+ new
@@ -241,11 +241,11 @@
<p>For example, in this HTML fragment:</p>
<pre><input type="text" name="q" /></pre>
-<p>If we want to type the text “Hello WebDriver!” in textbox we can do the
+<p>If we want to type the text “Hello WebDriver!” in the textbox we can do the
following:</p>
<pre>write "name=q" "Hello WebDriver!"</pre>
<p>This section presented a brief introduction into the basic <a
@@ -485,18 +485,19 @@
<p><code>suite.bxt</code> could be something like:</p>
<pre># === suite.bxt === #
test login.bxt
test register.bxt
-test browse_arround.bxt
+test browse_around.bxt
test purchase_something.bxt
# more tests here...</pre>
<p>Note the <code>--csv-summary</code> option in the configuration above. That
-option generates a single-ling CSV file ideal to feed the <code>Plot</code>
-Jenkins plugin. I won't go into the details of configuring the Plot
-plugin, but instead here is a fragment of a possible Jenkins config.xml
-plotting the <a href="Bauxite.html">Bauxite</a> test results:</p>
+option generates a single-line CSV file ideal to feed into the
+<code>Plot</code> Jenkins plugin. I won't go into the details of
+configuring the Plot plugin, but instead here is a fragment of a possible
+Jenkins <code>config.xml</code> plotting the <a
+href="Bauxite.html">Bauxite</a> test results:</p>
<pre><publishers>
...
<hudson.plugins.plot.PlotPublisher plugin="plot@1.5">
<plots>