From a07e479375d3a2d73f0ba4fa3f8869a4ed58331f Mon Sep 17 00:00:00 2001 From: free_one_ Date: Sun, 27 Nov 2022 20:15:30 +0100 Subject: [PATCH] chore: spelling fix (#8614) --- packages/bundlers/default/src/DefaultBundler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bundlers/default/src/DefaultBundler.js b/packages/bundlers/default/src/DefaultBundler.js index 9d1bf240c71..385081a6a9b 100644 --- a/packages/bundlers/default/src/DefaultBundler.js +++ b/packages/bundlers/default/src/DefaultBundler.js @@ -104,7 +104,7 @@ type IdealGraph = {| /** * * The Bundler works by creating an IdealGraph, which contains a BundleGraph that models bundles - * connected to othervbundles by what references them, and thus models BundleGroups. + * connected to other bundles by what references them, and thus models BundleGroups. * * First, we enter `bundle({bundleGraph, config})`. Here, "bundleGraph" is actually just the * assetGraph turned into a type `MutableBundleGraph`, which will then be mutated in decorate,