diff options
author | William Le Pommelet <william.lepommelet@gmail.com> | 2018-07-26 12:57:45 +0200 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-07-26 12:57:45 +0200 |
commit | f847884d1678ce02cdf0d4ba346a122e0aa7be44 (patch) | |
tree | 25a3797d23fc1b187a6ce8672acdeece5a4c655b /docs/content | |
parent | 1b9b894731761be1f4da3ad4a7363c45d34050ae (diff) | |
download | gitea-f847884d1678ce02cdf0d4ba346a122e0aa7be44.tar.gz gitea-f847884d1678ce02cdf0d4ba346a122e0aa7be44.zip |
Fix doc typo (#4517)
* fix language list
Standardized the languages' names within the list displayed when picking up a language at the bottom of the webpages
* typo
fix a typo into documentation (template rather than templete)
* fix languages list
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index f9a0d0d9fd..fed48ca988 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -59,7 +59,7 @@ to override can be found in the `templates` directory of Gitea source. Override making a copy of the file under `custom/templates` using a full path structure matching source. -Any statement contained inside `{{` and `}}` are Gitea's templete syntax and +Any statement contained inside `{{` and `}}` are Gitea's template syntax and shouldn't be touched without fully understanding these components. ### Adding links and tabs |