Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c467d56

Browse files
m5rknaomiblack
authored andcommitted
Fix typo in first-app-tests.jade
1 parent adc04b6 commit c467d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/testing/first-app-tests.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ figure.image-display
185185
Once configured with a default extension of 'js',  SystemJS requests `hero.js` which *does* exist and is promptly returned by our server.
186186

187187
### Asynchronous System.import
188-
The call to `System.import` shouldn't surprise us but it's asynchronous nature might.
188+
The call to `System.import` shouldn't surprise us but its asynchronous nature might.
189189
If we ponder this for a moment, we realize that it must be asynchronous because
190190
System.js may have to fetch the corresponding JavaScript file from the server.
191191
Accordingly, `System.import` returns a promise and we must wait for that promise to resolve.

0 commit comments

Comments
 (0)