From a43afc724a1f5b9fe793f491e9499e9507e717a1 Mon Sep 17 00:00:00 2001 From: zeripath Date: Fri, 4 Nov 2022 21:45:56 +0000 Subject: [PATCH] Apply suggestions from code review --- docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 70fba984fa..d26e774197 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -27,7 +27,7 @@ accurately recorded in [app.example.ini](https://github.com/go-gitea/gitea/blob/ (s/main/\). Any string in the format `%(X)s` is a feature powered by [ini](https://github.com/go-ini/ini/#recursive-values), for reading values recursively. -In the default values below the form `$XYZ` in this document refer to dependence on an environment variable. (However, also see `environment-to-ini`.) In addtion default values in the form _`XxYyZz`_ refer to values listed as part of the default configuration. You cannot use these notation forms in your own `app.ini` file. +In the default values below, a value in the form `$XYZ` refers to an environment variable. (However, see `environment-to-ini`.) Values in the form _`XxYyZz`_ refer to values listed as part of the default configuration. These notation forms will not work in your own `app.ini` file and are only listed here as documentation. Values containing `#` or `;` must be quoted using `` ` `` or `"""`.