Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2016-10-05 19:05:40 +0300
committerAndreas Tolfsen <ato@mozilla.com>2016-10-05 19:06:18 +0300
commit58531dfaad8baad29f52136dc41b39d04ed55399 (patch)
tree86f544a53822354b21121faea4fd13c0d8a717ac /README.md
parent1a9b5d9536ee54c462df3614ce1ba8e02e579387 (diff)
readme: no word break before object
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index adc19a4..5c87df0 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,13 @@ and may contain any of the following fields:
<tr>
<td><code>log</code>
- <td><a href=#log-object><code>log</code></a> object
+ <td><a href=#log-object><code>log</code></a>&nbsp;object
<td>Logging options for Gecko.
</tr>
<tr>
<td><code>prefs</code>
- <td><a href=#prefs-object><code>prefs</code></a> object
+ <td><a href=#prefs-object><code>prefs</code></a>&nbsp;object
<td>Map of preference name to preference value, which can be a
string, a boolean or an integer.
</tr>