From 589effd96f188128da4a5b1af0cce8ae495ae272 Mon Sep 17 00:00:00 2001 From: Hussain Panahy <144150970+HP8585@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:29:57 -0600 Subject: [PATCH] docs: fix typo (#30817) --- docs/3.api/1.components/4.nuxt-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/1.components/4.nuxt-link.md b/docs/3.api/1.components/4.nuxt-link.md index afdef5bd74..76050946bd 100644 --- a/docs/3.api/1.components/4.nuxt-link.md +++ b/docs/3.api/1.components/4.nuxt-link.md @@ -190,7 +190,7 @@ This configuration will observe when the element enters the viewport and also li ### Enable Cross-origin Prefetch -To enable cross-origin prefetching, you can set the `crossOriginPrefetch` option in your `nuxt.config`. This will enabled cross-origin prefetch using the [Speculation Rules API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API). +To enable cross-origin prefetching, you can set the `crossOriginPrefetch` option in your `nuxt.config`. This will enable cross-origin prefetching using the [Speculation Rules API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API). ```ts [nuxt.config.ts] export default defineNuxtConfig({