From 82a743eb17a0c9359034828149b90f484f492f96 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 8 Aug 2018 23:04:20 +0200 Subject: [PATCH] Fix typos --- LICENSE | 2 +- README.md | 10 +++++----- check_process.default | 2 +- conf/nginx.conf | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 53d58f9..f3cff84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -File containning the license of your package. +File containing the license of your package. More information here: https://github.com/YunoHost/doc/blob/master/packaging_apps_guidelines_fr.md#yep-13---indiquer-la-licence-associ%C3%A9e-au-paquet---brouillon--auto--working- diff --git a/README.md b/README.md index df120d3..7284543 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Quick description of this app. ## Configuration -How to configure this app: by an admin panel, a plain file with ssh, or any other way. +How to configure this app: by an admin panel, a plain file with SSH, or any other way. ## Documentation * Official documentation: Link to the official documentation of this app - * YunoHost documentation: There no other documentations, feel free to contribute. + * YunoHost documentation: If specific documentation is needed, feel free to contribute. ## YunoHost specific features @@ -53,9 +53,9 @@ Can the app be used by multiple users? * Any known limitations. -## Additional informations +## Additional information -* Other informations you would add about this application +* Other information you would add about this application **More information on the documentation page:** https://yunohost.org/packaging_apps @@ -68,7 +68,7 @@ https://yunohost.org/packaging_apps --- -Developers infos +Developers info ---------------- **Only if you want to use a testing branch for coding, instead of merging directly into master.** diff --git a/check_process.default b/check_process.default index 480a103..a4acac1 100644 --- a/check_process.default +++ b/check_process.default @@ -1,4 +1,4 @@ -# See here for more informations +# See here for more information # https://github.com/YunoHost/package_check#syntax-check_process-file # Move this file from check_process.default to check_process when you have filled it. diff --git a/conf/nginx.conf b/conf/nginx.conf index d496165..c7536cb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ location __PATH__/ { ### Example PHP configuration (remove it if not used) index index.php; - # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file + # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; try_files $uri $uri/ index.php;