diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 | ||||
| -rw-r--r-- | docs/installation.rst | 2 | ||||
| -rw-r--r-- | docs/upgrade.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst index 144e616..9fc9cc6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -51,7 +51,7 @@ A project needs the following arguments: -d 'name=yay&id=yay&password=yay&contact_email=yay@notmyidea.org' "yay" -As you can see, the API retuns the identifier of the project +As you can see, the API returns the identifier of the project Getting information about the project ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/installation.rst b/docs/installation.rst index 9a5bd5a..0c3cfac 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -186,7 +186,7 @@ Production values are recommended values for use in production. | | | **Production value:** `ihatemoney conf-example ihatemoney.cfg` sets it to something | | | | random, which is good. | +-------------------------------+---------------------------------+----------------------------------------------------------------------------------------+ -| MAIL_DEFAULT_SENDER | ``("Budget manager", | A python tuple describing the name and email adress to use when sending | +| MAIL_DEFAULT_SENDER | ``("Budget manager", | A python tuple describing the name and email address to use when sending | | | "budget@notmyidea.org")`` | emails. | | | | | | | | **Production value:** Any tuple you want. | diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 9e48a98..702008b 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -39,7 +39,7 @@ instructions: Switch from git installation to pip installation ++++++++++++++++++++++++++++++++++++++++++++++++ -The recomended installation method is now using *pip*. Git is now intended for +The recommended installation method is now using *pip*. Git is now intended for development only. .. warning:: Be extra careful to not remove your sqlite database nor your |
