Skip to content

Commit f04b3d7

Browse files
authored
Merge pull request #1691 from Tecayehuatl/patch-1
api.html
2 parents 57c4825 + e7bb9d1 commit f04b3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h4><a href="#modulename" name="modulename">Define a Module with a Name</a><span
345345

346346
<h4><a href="#modulenotes" name="modulenotes">Other Module Notes</a><span class="sectionMark">&sect; 1.3.7</span></h4>
347347

348-
<p id="modulenotes-onemodule"><strong>One module per file.</strong>: Only one module should be defined per JavaScript file, given the nature of the module name-to-file-path lookup algorithm. You shoud only use the <a href="optimization.html">optimization tool</a> to group multiple modules into optimized files.</p>
348+
<p id="modulenotes-onemodule"><strong>One module per file.</strong>: Only one module should be defined per JavaScript file, given the nature of the module name-to-file-path lookup algorithm. You should only use the <a href="optimization.html">optimization tool</a> to group multiple modules into optimized files.</p>
349349

350350
<p id="modulenotes-relative"><strong>Relative module names inside define()</strong>: For require("./relative/name") calls that can happen inside a define() function call, be sure to ask for "require" as a dependency, so that the relative name is resolved correctly:</p>
351351

0 commit comments

Comments
 (0)