Fix markdown typo of an extra backtick in docs (#22123)

Fixes a visual bug in docs which is caused by a typo of an extra backtick.
This commit is contained in:
Yakov5776 2022-12-13 19:20:36 -05:00 committed by GitHub
parent a95247b7df
commit 5aa854693f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ launched manually from command line, it can be killed by pressing `Ctrl + C`.
Gitea will search for a number of things from the _`CustomPath`_. By default this is
the `custom/` directory in the current working directory when running Gitea. It will also
look for its configuration file _`CustomConf`_ in _`CustomPath`_/conf/app.ini`, and will use the
look for its configuration file _`CustomConf`_ in `$(CustomPath)/conf/app.ini`, and will use the
current working directory as the relative base path _`AppWorkPath`_ for a number configurable
values. Finally the static files will be served from _`StaticRootPath`_ which defaults to the _`AppWorkPath`_.