Skip to content

Commit 1d044b8

Browse files
committed
chore(docs): updated docs
1 parent e4126e7 commit 1d044b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/some-drinks-do.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'typedoc-plugin-markdown': patch
33
---
44

5-
- Move isOptional flag inside backTicks (#797) - thanks @LekoArts
5+
- Move isOptional flag inside backTicks (#797) - thanks @LekoArts.

docs/content/docs/customizing-output.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example demonstrates how to use hooks to inject content into the o
4545
export function load(app) {
4646
app.renderer.markdownHooks.on(
4747
'page.begin',
48-
() => `**Generated using \`page.end\` hook**`,
48+
() => `**Generated using \`page.begin\` hook**`,
4949
);
5050
}
5151
```

0 commit comments

Comments
 (0)