summaryrefslogtreecommitdiffstats
path: root/docs/faq.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-12-22 10:17:28 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 10:17:28 +0100
commit16af264360e48e8a833e9efa9ab8d194574dbc70 (patch)
treec50988f32ccf18df93ae7ab40be78e9459642818 /docs/faq.md
parentfebdd8a8bd26466509d03fe2d95aff97e7631c2f (diff)
parent64ccb6b00b4b63fa0e516d4e35351275b34f8c07 (diff)
downloadgitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.zip
gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.gz
gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.bz2
Merge branch 'master' into dream
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 3d595e0..cea686d 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -18,7 +18,7 @@ Any text editor should work! But we advise using the [GitBook Editor](https://ww
The GitBook format supports right to left, and bi-directional writing. To enable it, you either need to specify a language (ex: `ar`), or force GitBook to use RTL in your `book.json`:
-``` json
+```json
{
"language": "ar",
"direction": "rtl"
@@ -34,7 +34,7 @@ You should always use paths and the `.md` extensions when linking to your files,
#### Can I create a GitBook in a sub-directory of my repository?
-Yes, GitBooks can be created in [sub-directories](structure.md#subdirectory). GitBook.com and the CLI also looks by default in a serie of [folders](structure.md).
+Yes, GitBooks can be created in [sub-directories](structure.md#subdirectory). GitBook.com and the CLI also looks by default in a series of [folders](structure.md).
#### Does GitBook supports RTL languages?