From f3d1f5d0b8a64eb1eab68642a6b5b6cecbd9bd52 Mon Sep 17 00:00:00 2001 From: Olivier Contant Date: Thu, 9 Feb 2017 16:52:57 -0500 Subject: [PATCH] Small typo on language (typed lanugage) Small typo on language (typed lanugage) --- docs/_includes/options/core/amd-support.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/options/core/amd-support.html b/docs/_includes/options/core/amd-support.html index 2cb6b307..2475b013 100644 --- a/docs/_includes/options/core/amd-support.html +++ b/docs/_includes/options/core/amd-support.html @@ -16,7 +16,7 @@

- 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 amdBase and amdLanugageBase options. + 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 amdBase and amdLanguageBase options.

{% highlight js linenos %} @@ -43,4 +43,4 @@ $.fn.select2.defaults.set('amdLanguageBase', 'select2/i18n/');

Select2 internally uses AMD and the r.js build tool to build the files located in the dist folder. These are built using the files in the src folder, so you can just point your modules to the Select2 source and load in jquery.select2 or select2/core when you want to use Select2. The files located in the dist folder are also AMD-compatible, so you can point to that file if you want to load in all of the default Select2 modules.

- \ No newline at end of file +