Skip to content

Commit 49df953

Browse files
dorianturlemontogeek
authored andcommitted
fix(concepts) Removed duplicate sentence (#2475)
Remove a duplicated sentence.
1 parent cdf4ad6 commit 49df953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/why-webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two ways to run JavaScript in a browser. First, include a script for e
1515

1616
## IIFE's - Immediately invoked function expressions
1717

18-
IIFEs solve scoping issues for large projects. When script files are wrapped by an IIFE, you can safely concatenate. When script files are wrapped by an IIFE, you can safely concatenate or safely combine files without concern of scope collision.
18+
IIFEs solve scoping issues for large projects. When script files are wrapped by an IIFE, you can safely concatenate or safely combine files without concern of scope collision.
1919

2020
This lead to tools like Make, Gulp, Grunt, Broccoli or Brunch. These tools are known as task runners and they are used, among with other purposes, to concatenate all your project files together in order to solve some of the issues mentioned before.
2121

0 commit comments

Comments
 (0)