Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Feb 15, 2018
1 parent 8383ae1 commit 3c5f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/system/js/subform-repeatable-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$.subformRepeatable = function(container, options){
this.$container = $(container);

// check if alredy exist
// check if already exist
if(this.$container.data("subformRepeatable")){
return self;
}
Expand Down

0 comments on commit 3c5f6ec

Please sign in to comment.