summaryrefslogtreecommitdiff
path: root/doc/faq.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-08-12 09:47:24 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-08-12 09:47:24 +1200
commitf3e2ac1059d61a65b0bc9ed067a25bff6ed24a87 (patch)
treef324f762f94255c99c2fb940212ed65c706d9e9e /doc/faq.txt
parent29e64f2aa97d76584f14394b93d42fbf659bc448 (diff)
downloadasciidoc-git-f3e2ac1059d61a65b0bc9ed067a25bff6ed24a87.tar.gz
Documentation typos. Patch submitted by Simon Ruderich. See:
http://groups.google.com/group/asciidoc/browse_thread/thread/6d51af32536b62e6
Diffstat (limited to 'doc/faq.txt')
-rw-r--r--doc/faq.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index 07cbcfc..d5e69c5 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -88,7 +88,7 @@ body {
}
.........................................
-2. Declare the the font file as resource when you use `a2x(1)` to
+2. Declare the font file as resource when you use `a2x(1)` to
compile the EPUB. For example:
a2x -f epub -d book --epubcheck --stylesheet epubtest.css --resource .ttf=application/x-font-ttf --resource LiberationSerif-Regular.ttf epubtest.txt
@@ -106,7 +106,7 @@ body {
accordingly (see the 'RESOURCES' section in the `a2x(1)` man page
for details).
- The URL value of the CSS 'src' property is set to the destination
- font file relative the the CSS file.
+ font file relative to the CSS file.
- The `--resource` option allows you to inject any file (not just font
files) into the EPUB output document.
- Using the CSS '@font-face' rule is a complex subject and is outside