diff --git a/packages/nuxt/src/app/components/nuxt-link.ts b/packages/nuxt/src/app/components/nuxt-link.ts index 7ced9e872419..13c9141b1056 100644 --- a/packages/nuxt/src/app/components/nuxt-link.ts +++ b/packages/nuxt/src/app/components/nuxt-link.ts @@ -23,7 +23,7 @@ const firstNonUndefined = (...args: (T | undefined)[]) => args.find(arg => a const NuxtLinkDevKeySymbol: InjectionKey = Symbol('nuxt-link-dev-key') /** - * is a drop-in replacement for both Vue Router's component and HTML's tag. + * `` is a drop-in replacement for both Vue Router's `` component and HTML's `` tag. * @see https://nuxt.com/docs/api/components/nuxt-link */ export interface NuxtLinkProps extends Omit { diff --git a/packages/schema/src/config/experimental.ts b/packages/schema/src/config/experimental.ts index 04a4748a3196..47d486495a09 100644 --- a/packages/schema/src/config/experimental.ts +++ b/packages/schema/src/config/experimental.ts @@ -171,7 +171,7 @@ export default defineUntypedSchema({ writeEarlyHints: false, /** - * Experimental component islands support with and .island.vue files. + * Experimental component islands support with `` and `.island.vue` files. * * By default it is set to 'auto', which means it will be enabled only when there are islands, * server components or server pages in your app.