docs: fix docusaurus-core.mdx typo on useGlobalData (#9616)

This commit is contained in:
Lucas Rosa 2023-12-07 07:31:11 -03:00 committed by GitHub
parent c8c93a3854
commit e00340331d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -543,7 +543,7 @@ const MyComponent = () => {
:::tip
Inspect your site's global data at `./docusaurus/globalData.json`
Inspect your site's global data at `.docusaurus/globalData.json`
:::