Skip to content

Commit 91a3ff3

Browse files
committed
update docusaurus
1 parent 258353d commit 91a3ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/hooks/useDocumentTitle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type UseDocumentTitleProps = {
4949
};
5050

5151
/**
52-
* Wrapper component, since MDX file can't import hooks directly.
52+
* Wrapper component, since MDX file can't use hook directly.
5353
*/
5454
export const UseDocumentTitle = ({ children }: UseDocumentTitleProps) => {
5555
useDocumentTitle(children);

0 commit comments

Comments
 (0)