From 3e40432053243bb11142b92c25fbe4baadbb46ed Mon Sep 17 00:00:00 2001 From: John Campion Jr Date: Mon, 27 Mar 2023 13:55:38 -0400 Subject: [PATCH] Update docs/guide/data-loading.md Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- docs/guide/data-loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'