File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function generateConfig({
7979 ...( coreData . resolutions ?? { } )
8080 } ;
8181
82- // Alow extensions to match a wider range than the core dependency
82+ // Allow extensions to match a wider range than the core dependency
8383 // To ensure forward compatibility.
8484 Object . keys ( coreDeps ) . forEach ( element => {
8585 shared [ element ] = {
@@ -91,7 +91,7 @@ function generateConfig({
9191 // Add package dependencies.
9292 Object . keys ( data . dependencies ) . forEach ( element => {
9393 // TODO: make sure that the core dependency semver range is a subset of our
94- // data.depencies version range for any packages in the core deps.
94+ // data.dependencies version range for any packages in the core deps.
9595 if ( ! shared [ element ] ) {
9696 shared [ element ] = { } ;
9797 }
You can’t perform that action at this time.
0 commit comments