From 97fd392fcf62fc3c27cae18f90097a2bdbddd5bb Mon Sep 17 00:00:00 2001 From: Andrey Yolkin Date: Sat, 29 Jul 2023 17:45:00 +0300 Subject: [PATCH] fix(docs): use Nuxt 3 test utils as example --- docs/3.api/4.advanced/2.kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/4.advanced/2.kit.md b/docs/3.api/4.advanced/2.kit.md index 7059a2f586..19832ad1d4 100644 --- a/docs/3.api/4.advanced/2.kit.md +++ b/docs/3.api/4.advanced/2.kit.md @@ -74,7 +74,7 @@ export default defineNuxtModule({ [source code](https://github.com/nuxt/nuxt/blob/main/packages/kit/src/loader) -Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a [CLI tool](https://github.com/nuxt/cli) or [test runner](https://github.com/nuxt/test-utils). +Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a [CLI tool](https://github.com/nuxt/cli) or [test utils](https://github.com/nuxt/nuxt/tree/main/packages/test-utils). ### `loadNuxt`