diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 16:38:18 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 16:38:18 +0100 |
commit | 80baf34219dc692b2471add8a1ebc2960d5e2f59 (patch) | |
tree | 9f14b795e365ef2dc0e9e4abf374db55382952aa | |
parent | 2a0885a4801f344e6528fa8147c0795b451e5699 (diff) |
documentation typos
-rw-r--r-- | docs/source/man/lesana-search.rst | 4 | ||||
-rw-r--r-- | docs/source/man/lesana.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/man/lesana-search.rst b/docs/source/man/lesana-search.rst index 7478c6e..0f2861c 100644 --- a/docs/source/man/lesana-search.rst +++ b/docs/source/man/lesana-search.rst @@ -12,8 +12,8 @@ lesana search [--help] [--collection COLLECTION] [--template TEMPLATE] \ DESCRIPTION =========== -Lesana search allows to make searches in the collection and render the -results. +Lesana search allows one to make searches in the collection and render +the results. The section :doc:`/user/search` in the full documentation describes the query syntax in more detail; it is available online at diff --git a/docs/source/man/lesana.rst b/docs/source/man/lesana.rst index 6ed56b0..343c343 100644 --- a/docs/source/man/lesana.rst +++ b/docs/source/man/lesana.rst @@ -15,7 +15,7 @@ designed to have a data storage / serialization format that is friendly to git and other VCSs, but decent performances. To reach this aim it uses yaml_ as its serialization format, which is -easy to store in a VCS, share between people and syncronize between +easy to store in a VCS, share between people and synchronize between different computers, but it also keeps an index of this data in a local xapian_ database in order to allow for fast searches. |