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`.
This commit is contained in:
冯天书 2021-07-07 23:25:42 +08:00 committed by GitHub
parent 4fa791c47b
commit 9543e068e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}
```