From 87dca6a01d32c810e73219b6a43bb8e179371ab4 Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:28:29 +0600 Subject: [PATCH] docs: capitalize text (#28734) --- docs/1.getting-started/8.error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/8.error-handling.md b/docs/1.getting-started/8.error-handling.md index 9f5624659b..e72484dcaf 100644 --- a/docs/1.getting-started/8.error-handling.md +++ b/docs/1.getting-started/8.error-handling.md @@ -55,7 +55,7 @@ This includes: You cannot currently define a server-side handler for these errors, but can render an error page, see the [Render an Error Page](#error-page) section. -## Errors with JS chunks +## Errors with JS Chunks You might encounter chunk loading errors due to a network connectivity failure or a new deployment (which invalidates your old, hashed JS chunk URLs). Nuxt provides built-in support for handling chunk loading errors by performing a hard reload when a chunk fails to load during route navigation.