Skip to content

Commit 5aa8546

Browse files
authored
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.
1 parent a95247b commit 5aa8546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/installation/from-source.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ launched manually from command line, it can be killed by pressing `Ctrl + C`.
145145

146146
Gitea will search for a number of things from the _`CustomPath`_. By default this is
147147
the `custom/` directory in the current working directory when running Gitea. It will also
148-
look for its configuration file _`CustomConf`_ in _`CustomPath`_/conf/app.ini`, and will use the
148+
look for its configuration file _`CustomConf`_ in `$(CustomPath)/conf/app.ini`, and will use the
149149
current working directory as the relative base path _`AppWorkPath`_ for a number configurable
150150
values. Finally the static files will be served from _`StaticRootPath`_ which defaults to the _`AppWorkPath`_.
151151

0 commit comments

Comments
 (0)