Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Apply fix in #391
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Sep 26, 2016
1 parent fc6fdb5 commit aece50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Modules.md
Expand Up @@ -88,7 +88,7 @@ export * from "./ZipCodeValidator"; // exports class 'ZipCodeValidator'

# Import

Importing is just about as easy as exporting from an module.
Importing is just about as easy as exporting from a module.
Importing an exported declaration is done through using one of the `import` forms below:

## Import a single export from a module
Expand Down

0 comments on commit aece50b

Please sign in to comment.