From 2b2ec52d70880e99b3f8671bf72f7e56a9dfc40d Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Wed, 2 Mar 2022 01:33:12 -0600 Subject: [PATCH] Update 999-big-list-of-options.md Fix typo "into into" -> "into" --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index f220a5161ab..0593596b1ea 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -865,7 +865,7 @@ manualChunks(id, { getModuleInfo }) { for (const importerId of importers) idsToHandle.add(importerId); } - // If there is a unique entry, we put it into into a chunk based on the entry name + // If there is a unique entry, we put it into a chunk based on the entry name if (dependentEntryPoints.length === 1) { return `${dependentEntryPoints[0].split('/').slice(-1)[0].split('.')[0]}.strings.${language}`; }