From 286efefcff33572817d67632edd86884ee3db7cb Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Wed, 10 Feb 2016 16:04:59 +0000 Subject: [PATCH] typos --- packaging_apps_arguments_management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging_apps_arguments_management.md b/packaging_apps_arguments_management.md index 96d592f1..c44e6286 100644 --- a/packaging_apps_arguments_management.md +++ b/packaging_apps_arguments_management.md @@ -2,7 +2,7 @@ ## Arguments management #### Retrieve arguments in the install script from manifest -Arguments are give to the install script from the manifest in it's order. For instance for Roundcube, `domain` and `path` arguments will respectively be retreive from `$1` and `$2` parameters in the install script. +Arguments are given to the install script from the manifest in it's order. For instance, for Roundcube, `domain` and `path` arguments will respectively be retreived from `$1` and `$2` parameters in the install script. ```bash # Retrieve arguments @@ -24,4 +24,4 @@ Then, the script can retrieve saved arguments with this command: domain=$(sudo yunohost app setting $app domain) ``` -Those data are saved in `/etc/yunohost/apps//settings.yml`. \ No newline at end of file +Those data are saved in `/etc/yunohost/apps//settings.yml`.