Skip to content

Commit 9543e06

Browse files
authored
Fix typo in customizing-gitea.en-us.md (go-gitea#16362)
Fixed a type in a URL in PlantUML code example in `customizing-gitea.en-us.md`.
1 parent 4fa791c commit 9543e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/customizing-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl
138138
<script src="https://your-server.com/plantuml_codeblock_parse.js"></script>
139139
<script>
140140
<!-- Replace call with address to your plantuml server-->
141-
parsePlantumlCodeBlocks("http://www.plantuml..com/plantuml");
141+
parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml");
142142
</script>
143143
{{end}}
144144
```

0 commit comments

Comments
 (0)