Skip to content

Commit e40cbb1

Browse files
committed
Fixed typo
1 parent 0940985 commit e40cbb1

File tree

1 file changed

+1
-1
lines changed
  • fj-doc-maven-plugin/src/main/resources/config/template/flavour/micronaut-4

1 file changed

+1
-1
lines changed

fj-doc-maven-plugin/src/main/resources/config/template/flavour/micronaut-4/DocController.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class DocController {
4040
}
4141

4242
@Get(uri="/example.html", produces="text/html")
43-
public byte[] markdownHtml() {
43+
public byte[] htmlExample() {
4444
return processDocument(DocConfig.TYPE_HTML);
4545
}
4646

0 commit comments

Comments
 (0)