diff --git a/docs/3.api/4.advanced/2.kit.md b/docs/3.api/4.advanced/2.kit.md index 9156900346..db41d3adeb 100644 --- a/docs/3.api/4.advanced/2.kit.md +++ b/docs/3.api/4.advanced/2.kit.md @@ -95,15 +95,13 @@ interface LoadNuxtOptions extends LoadNuxtConfigOptions { #### Parameters -loadNuxt uses [`c12`](https://github.com/unjs/c12/tree/main) under the hood, so it accepts the same options as `c12` with some additional options: - ##### `loadOptions` **Type**: `LoadNuxtOptions` **Default**: `{}` -An object with the following properties: +Loading conditions for Nuxt. `loadNuxt` uses [`c12`](https://github.com/unjs/c12/tree/main) under the hood, so it accepts the same options as `c12.loadConfig` with some additional options: - `dev` (optional)