diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 8e0901df6..aa6278bae 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -44,7 +44,7 @@ Another syntax is not part of ES6, but probably convenient: import "filename" as symbolName; -...is equivalent to ``import * as symbolName from "filename";``. +which is equivalent to ``import * as symbolName from "filename";``. Paths -----