From af72e7821958132fe6a1ee933fedebc9af85d5c6 Mon Sep 17 00:00:00 2001 From: Cupid Valentine <53572196+valcosmos@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:59:11 +0800 Subject: [PATCH] Update 10.runtime-config.md --- docs/content/2.guide/2.features/10.runtime-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/2.features/10.runtime-config.md b/docs/content/2.guide/2.features/10.runtime-config.md index e4c5269430f..527363b761b 100644 --- a/docs/content/2.guide/2.features/10.runtime-config.md +++ b/docs/content/2.guide/2.features/10.runtime-config.md @@ -125,7 +125,7 @@ export default async () => { ### Manually Typing Runtime Config -Nuxt tries to automatically generate a typescript interface from provided runtime config using [unjs/untyped](https://github.com/unjs/untyped) +Nuxt tries to automatically generate a typescript interface from provided runtime config using [unjs/untyped](https://github.com/unjs/untyped). It is also possible to type your runtime config manually: