Commit 60533e03 authored by Éric Araujo's avatar Éric Araujo

Fix a few typos

parent 1cf8a320
...@@ -521,7 +521,7 @@ Defining a base prefix ...@@ -521,7 +521,7 @@ Defining a base prefix
"""""""""""""""""""""" """"""""""""""""""""""
When you define your resources, you can have more control of how the final path When you define your resources, you can have more control of how the final path
is compute. is computed.
By default, the final path is:: By default, the final path is::
...@@ -548,7 +548,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html". ...@@ -548,7 +548,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html".
.. note:: .. note::
Glob syntax is working the same way with standard source and splitted source. Glob syntax is working the same way with standard source and split source.
So these rules:: So these rules::
docs/* docs/*
...@@ -557,7 +557,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html". ...@@ -557,7 +557,7 @@ The **prefix** is "docs/" and the **suffix** is "doc.html".
Will match all the files in the docs directory. Will match all the files in the docs directory.
When you use splitted source, the final path is compute in this way:: When you use split source, the final path is computed this way::
destination + prefix destination + prefix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment