diff --git a/docs/3.api/3.utils/preload-route-components.md b/docs/3.api/3.utils/preload-route-components.md index c53bcacb61..f8a2058556 100644 --- a/docs/3.api/3.utils/preload-route-components.md +++ b/docs/3.api/3.utils/preload-route-components.md @@ -2,9 +2,9 @@ title: "preloadRouteComponents" --- -# `preloadComponents` +# `preloadRouteComponents` -`preloadRouteComponent` allows you to manually preload individual pages in your Nuxt app. +`preloadRouteComponents` allows you to manually preload individual pages in your Nuxt app. > Preloading routes loads the components of a given route that the user might navigate to in future. This ensures that the components are available earlier and less likely to block the navigation, improving performance.