From 51091071a0d064c3217cb379868a7ccbb5f73765 Mon Sep 17 00:00:00 2001 From: titsecop Date: Tue, 25 Aug 2026 15:36:41 +0530 Subject: [PATCH] docs: fix inconsistent British spelling in turbopackChunking.mdx Uses 'behaviour' where the rest of the docs consistently use 'behavior' (115 occurrences elsewhere vs 1 here). --- .../05-config/01-next-config-js/turbopackChunking.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackChunking.mdx b/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackChunking.mdx index 213c48c70eb3..fc475888caf6 100644 --- a/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackChunking.mdx +++ b/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackChunking.mdx @@ -10,7 +10,7 @@ version: experimental `experimental.turbopackChunking` lets you configure Turbopack's production JavaScript chunker. These options allow you to change the assumptions the chunker makes about user -behaviour, tweak the raw size thresholds it uses, and enable the experimental component +behavior, tweak the raw size thresholds it uses, and enable the experimental component chunks feature. @@ -19,7 +19,7 @@ chunks feature. `experimental.turbopackChunking` lets you configure Turbopack's production JavaScript chunker. These options allow you to change the assumptions the chunker makes about user -behaviour and tweak the raw size thresholds it uses. +behavior and tweak the raw size thresholds it uses.