File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ var prettyPrint;
649
649
* recognized.
650
650
*
651
651
* Shortcut is an optional string of characters, any of which, if the first
652
- * character, gurantee that this pattern and only this pattern matches.
652
+ * character, guarantee that this pattern and only this pattern matches.
653
653
*
654
654
* @param {Array } shortcutStylePatterns patterns that always start with
655
655
* a known character. Must have a shortcut string.
@@ -932,7 +932,7 @@ var prettyPrint;
932
932
// preprocessor directives.
933
933
934
934
// This definition of punctuation does not include # in the list of
935
- // follow-on exclusions, so # will not be broken before if preceeded
935
+ // follow-on exclusions, so # will not be broken before if preceded
936
936
// by a punctuation character. We could try to exclude # after
937
937
// [|&;<>] but that doesn't seem to cause many major problems.
938
938
// If that does turn out to be a problem, we should change the below
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ angular.module('ngMap', []);
169
169
170
170
/**
171
171
* rebuild mapOptions for lazyInit
172
- * becasue attributes values might have been changed
172
+ * because attributes values might have been changed
173
173
*/
174
174
var filtered = Attr2MapOptions . filter ( $attrs ) ;
175
175
var options = Attr2MapOptions . getOptions ( filtered ) ;
Original file line number Diff line number Diff line change 147
147
148
148
/**
149
149
* rebuild mapOptions for lazyInit
150
- * becasue attributes values might have been changed
150
+ * because attributes values might have been changed
151
151
*/
152
152
var filtered = Attr2MapOptions . filter ( $attrs ) ;
153
153
var options = Attr2MapOptions . getOptions ( filtered ) ;
You can’t perform that action at this time.
0 commit comments