Skip to content

Commit f3d1f5d

Browse files
ocontantjpic
authored andcommitted
Small typo on language (typed lanugage)
Small typo on language (typed lanugage)
1 parent f2ae054 commit f3d1f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_includes/options/core/amd-support.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3>
1616
</p>
1717

1818
<p>
19-
If you are using Select2 in a build environment where preexisting module names are changed during a build step, Select2 may not be able to find optional dependencies or language files. You can manually set the prefixes to use for these files using the <code>amdBase</code> and <code>amdLanugageBase</code> options.
19+
If you are using Select2 in a build environment where preexisting module names are changed during a build step, Select2 may not be able to find optional dependencies or language files. You can manually set the prefixes to use for these files using the <code>amdBase</code> and <code>amdLanguageBase</code> options.
2020
</p>
2121

2222
{% highlight js linenos %}
@@ -43,4 +43,4 @@ <h3>
4343
<p>
4444
Select2 internally uses AMD and the r.js build tool to build the files located in the <code>dist</code> folder. These are built using the files in the <code>src</code> folder, so <em>you can</em> just point your modules to the Select2 source and load in <code>jquery.select2</code> or <code>select2/core</code> when you want to use Select2. The files located in the <code>dist</code> folder are also AMD-compatible, so you can point to that file if you want to load in all of the default Select2 modules.
4545
</p>
46-
</section>
46+
</section>

0 commit comments

Comments
 (0)