diff --git a/jsguide.html b/jsguide.html index 25cfe48..4df2155 100644 --- a/jsguide.html +++ b/jsguide.html @@ -190,7 +190,7 @@ the semantics are fully-standard.
Imports are done with goog.require
statements, grouped together immediately
following the module declaration. Each goog.require
is assigned to a single
constant alias, or else destructured into several constant aliases. These
-aliases are the only acceptable way to refer to the require
d dependency,
+aliases are the only acceptable way to refer to the required dependency,
whether in code or in type annotations: the fully qualified name is never used
except as the argument to goog.require
. If a module is imported only for its
side effects, the assignment may be omitted, but the fully qualified name may