Skip to content
Snippets Groups Projects
Commit 64b23c46 authored by Dan Allen's avatar Dan Allen
Browse files

Add missing 'is' (PR #32)

Authored by: Christoph Bachhuber <cbachhuber89@gmail.com>
parent 646300ab
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ Escaping the directive is necessary _even if it appears in a verbatim block_ sin ...@@ -72,7 +72,7 @@ Escaping the directive is necessary _even if it appears in a verbatim block_ sin
The path used in an include directive can be relative or absolute. The path used in an include directive can be relative or absolute.
If the path relative, the processor resolves the path using the following rules: If the path is relative, the processor resolves the path using the following rules:
* If the include directive is used in the main (top-level) document, relative paths are resolved relative to the base directory. * If the include directive is used in the main (top-level) document, relative paths are resolved relative to the base directory.
(The base directory defaults to the directory of the main document and can be overridden from the CLI or API). (The base directory defaults to the directory of the main document and can be overridden from the CLI or API).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment