Skip to content

Commit

Permalink
Fix markdown typo of an extra backtick in docs (#22123)
Browse files Browse the repository at this point in the history
Fixes a visual bug in docs which is caused by a typo of an extra backtick.
  • Loading branch information
Yakov5776 authored Dec 14, 2022
1 parent a95247b commit 5aa8546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/installation/from-source.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.

Expand Down

0 comments on commit 5aa8546

Please sign in to comment.