spelling: already

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:47 -04:00
commit 980b4ec273
4 changed files with 4 additions and 4 deletions

View file

@ -124,7 +124,7 @@
itemTitle = self.options.itemTitle(item),
itemThumb = self.options.itemThumb(item);
// Ignore items allready added
// Ignore items already added
var existing = $.grep(self.itemsArray, function(item) { return self.options.itemValue(item) === itemValue; } )[0];
if (existing && !self.options.allowDuplicates) {
// Invoke onTagExists

View file

@ -273,7 +273,7 @@
* @returns {void}
*/
var processAttachmentTpl = function(data) {
// Load and add the template if it isn't allready loaded.
// Load and add the template if it isn't already loaded.
if ($('#preview_' + id).length === 0) {
var tpl = previewTpl.format(
'type-' + data.type,