Skip to content

Commit d911564

Browse files
authored
Apply suggestions from code review
Signed-off-by: Titus <[email protected]>
1 parent a02a273 commit d911564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979

8080
/**
8181
* @typedef HooksOptionsOnly
82-
* Configuration specifically for {@link MarkdownHooks}
82+
* Configuration specifically for {@linkcode MarkdownHooks}.
8383
* @property {ReactNode} [fallback]
84-
* A fallback node to render while the processor isn’t done processing the markdown.
84+
* Fallback content to render while the processor processing the markdown.
8585
*/
8686

8787
/**
8888
* @typedef {Options & HooksOptionsOnly} HooksOptions
89-
* Configuration for {@link MarkdownHooks}
89+
* Configuration for {@linkcode MarkdownHooks}.
9090
*/
9191

9292
/**

0 commit comments

Comments
 (0)