Skip to content

Commit c0cb633

Browse files
author
Stephen Quick
authored
Update ch01.asciidoc
Fix typo
1 parent 9d4f88a commit c0cb633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ch01.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mathlib.sum(1, 2, 3)
7575

7676
This pattern was, coincidentally, an open invitation for JavaScript tooling to burgeon, allowing developers to -- for the first time -- safely concatenate every IIFE module into a single file, reducing the strain on the network.
7777

78-
The problem in the IIFE approach was that there wasn't an explicitly dependency tree. This means developers had to manufacture component file lists in a precise order, so that dependencies would load before any modules that dependend on them did -- recursively.
78+
The problem in the IIFE approach was that there wasn't an explicit dependency tree. This means developers had to manufacture component file lists in a precise order, so that dependencies would load before any modules that dependend on them did -- recursively.
7979

8080
==== 1.2.2 RequireJS, AngularJS, and Dependency Injection
8181

0 commit comments

Comments
 (0)