Fix typos
This commit is contained in:
parent
c6bdc79713
commit
82a743eb17
4 changed files with 8 additions and 8 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
File containning the license of your package.
|
File containing the license of your package.
|
||||||
|
|
||||||
More information here:
|
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-
|
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-
|
||||||
|
|
10
README.md
10
README.md
|
@ -29,12 +29,12 @@ Quick description of this app.
|
||||||
|
|
||||||
## Configuration
|
## 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
|
## Documentation
|
||||||
|
|
||||||
* Official documentation: Link to the official documentation of this app
|
* 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
|
## YunoHost specific features
|
||||||
|
|
||||||
|
@ -53,9 +53,9 @@ Can the app be used by multiple users?
|
||||||
|
|
||||||
* Any known limitations.
|
* 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:**
|
**More information on the documentation page:**
|
||||||
https://yunohost.org/packaging_apps
|
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.**
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# See here for more informations
|
# See here for more information
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
# 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.
|
# Move this file from check_process.default to check_process when you have filled it.
|
||||||
|
|
|
@ -12,7 +12,7 @@ location __PATH__/ {
|
||||||
### Example PHP configuration (remove it if not used)
|
### Example PHP configuration (remove it if not used)
|
||||||
index index.php;
|
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;
|
#client_max_body_size 50M;
|
||||||
|
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ index.php;
|
||||||
|
|
Loading…
Reference in a new issue