Skip to content

Commit 885a8df

Browse files
committed
spelling: concatenation
1 parent 93932e8 commit 885a8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/scope-hoisting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ webpack therefore uses a approach called **"Partial Scope Hoisting"** or "Module
1818

1919
![](graph3.png)
2020

21-
While module concatentation identifiers in modules are renamed to avoid conflicts and internal imports are simplified. External imports and exports from the root module use the existing ESM constructs.
21+
While module concatenation identifiers in modules are renamed to avoid conflicts and internal imports are simplified. External imports and exports from the root module use the existing ESM constructs.
2222

2323
# example.js
2424

examples/scope-hoisting/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ webpack therefore uses a approach called **"Partial Scope Hoisting"** or "Module
1818

1919
![](graph3.png)
2020

21-
While module concatentation identifiers in modules are renamed to avoid conflicts and internal imports are simplified. External imports and exports from the root module use the existing ESM constructs.
21+
While module concatenation identifiers in modules are renamed to avoid conflicts and internal imports are simplified. External imports and exports from the root module use the existing ESM constructs.
2222

2323
# example.js
2424

0 commit comments

Comments
 (0)