diff options
author | 冯天书 <57385246+TheAceBlock@users.noreply.github.com> | 2021-07-07 23:25:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 17:25:42 +0200 |
commit | 9543e068e960e65dba62b7f60dd6144a1724d718 (patch) | |
tree | 9f14d16f498818cd943c0cc67eb8969cd4fa8c0e /docs | |
parent | 4fa791c47b9b895dc4666e57f3e86c5a55ace6f2 (diff) | |
download | gitea-9543e068e960e65dba62b7f60dd6144a1724d718.tar.gz gitea-9543e068e960e65dba62b7f60dd6144a1724d718.zip |
Fix typo in customizing-gitea.en-us.md (#16362)
Fixed a type in a URL in PlantUML code example in `customizing-gitea.en-us.md`.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index 6a5f495805..cbb749412f 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -138,7 +138,7 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl <script src="https://your-server.com/plantuml_codeblock_parse.js"></script> <script> <!-- Replace call with address to your plantuml server--> - parsePlantumlCodeBlocks("http://www.plantuml..com/plantuml"); + parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml"); </script> {{end}} ``` |