Skip to content

Commit

Permalink
chore: spelling fix (#8614)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-azogu committed Nov 27, 2022
1 parent bfb707e commit a07e479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundlers/default/src/DefaultBundler.js
Expand Up @@ -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,
Expand Down

0 comments on commit a07e479

Please sign in to comment.