Skip to content

Commit cd1c960

Browse files
helix84lafriks
authored andcommitted
typo fix (#8345)
1 parent 09bcc9e commit cd1c960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
292292
- `INTERVAL`: **60**: Garbage Collection interval (sec), for memory cache only.
293293
- `HOST`: **\<empty\>**: Connection string for `redis` and `memcache`.
294294
- Redis: `network=tcp,addr=127.0.0.1:6379,password=macaron,db=0,pool_size=100,idle_timeout=180`
295-
- Memache: `127.0.0.1:9090;127.0.0.1:9091`
295+
- Memcache: `127.0.0.1:9090;127.0.0.1:9091`
296296
- `ITEM_TTL`: **16h**: Time to keep items in cache if not used, Setting it to 0 disables caching.
297297

298298
## Session (`session`)
@@ -521,4 +521,4 @@ Two special environment variables are passed to the render command:
521521

522522
- `SHOW_FOOTER_BRANDING`: **false**: Show Gitea branding in the footer.
523523
- `SHOW_FOOTER_VERSION`: **true**: Show Gitea version information in the footer.
524-
- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.
524+
- `SHOW_FOOTER_TEMPLATE_LOAD_TIME`: **true**: Show time of template execution in the footer.

0 commit comments

Comments
 (0)