diff --git a/docs/guide/data-loading.md b/docs/guide/data-loading.md index 789ccc20..a2d1405c 100644 --- a/docs/guide/data-loading.md +++ b/docs/guide/data-loading.md @@ -196,7 +196,7 @@ export default defineLoader({ ## Configuration -To get the configuration information inside a loader, use the following code: +To get the configuration information inside a loader, you can use some code like this: ```ts import type { SiteConfig } from 'vitepress'