Browse Source

Fix typos

tituspijean 5 years ago
parent
commit
82a743eb17
4 changed files with 8 additions and 8 deletions
  1. 1 1
      LICENSE
  2. 5 5
      README.md
  3. 1 1
      check_process.default
  4. 1 1
      conf/nginx.conf

+ 1 - 1
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-

+ 5 - 5
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.**

+ 1 - 1
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.

+ 1 - 1
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;