diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-13 16:52:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-13 16:52:25 +0200 |
commit | e65c27587b940ef8de88578e57f109b5b7819684 (patch) | |
tree | 417e6ab1ca92bc3e117eb08e21cb289cb491799e /docs/en/developer | |
parent | da8ecdfa17a0ed482f9066c674a0e7d76a9354cd (diff) | |
parent | a25377cb4c6308710f82f147e27c72e64cead752 (diff) | |
download | wallabag-e65c27587b940ef8de88578e57f109b5b7819684.tar.gz wallabag-e65c27587b940ef8de88578e57f109b5b7819684.tar.zst wallabag-e65c27587b940ef8de88578e57f109b5b7819684.zip |
Merge pull request #2439 from zertrin/minor-fix-docs-1
Minor fixes in the english documentation
Diffstat (limited to 'docs/en/developer')
-rw-r--r-- | docs/en/developer/redis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/redis.rst b/docs/en/developer/redis.rst index 67b6452e..2e2bbbea 100644 --- a/docs/en/developer/redis.rst +++ b/docs/en/developer/redis.rst | |||
@@ -35,7 +35,7 @@ Edit your ``parameters.yml`` file to edit Redis configuration. The default one s | |||
35 | redis_host: localhost | 35 | redis_host: localhost |
36 | redis_port: 6379 | 36 | redis_port: 6379 |
37 | 37 | ||
38 | Enable Redos in wallabag | 38 | Enable Redis in wallabag |
39 | ------------------------ | 39 | ------------------------ |
40 | 40 | ||
41 | In internal settings, in the **Import** section, enable Redis (with the value 1). | 41 | In internal settings, in the **Import** section, enable Redis (with the value 1). |