summaryrefslogtreecommitdiff
path: root/doc/guide/index.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide/index.xhtml')
-rw-r--r--doc/guide/index.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide/index.xhtml b/doc/guide/index.xhtml
index aeb7892..1b0126a 100644
--- a/doc/guide/index.xhtml
+++ b/doc/guide/index.xhtml
@@ -753,7 +753,7 @@ namespace cli
be enclosed in double (<code>"</code>) or single (<code>'</code>)
quotes to preserve leading and trailing whitespaces as well as to
specify empty values. If the value itself contains trailing or leading
- quote, enclose it with an extra pair of quotes, for example
+ quotes, enclose it with an extra pair of quotes, for example
<code>'"x"'</code>. Non-leading and non-trailing quotes are interpreted
as being part of the option value.</p>