Skip to content

Commit 4826d02

Browse files
committed
Merge pull request allenhwkim#595 from buk4130/master
I have modified some misspellings!
2 parents 7d57629 + 90b1d9e commit 4826d02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/docs/js/prettify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ var prettyPrint;
649649
* recognized.
650650
*
651651
* 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.
653653
*
654654
* @param {Array} shortcutStylePatterns patterns that always start with
655655
* a known character. Must have a shortcut string.
@@ -932,7 +932,7 @@ var prettyPrint;
932932
// preprocessor directives.
933933

934934
// 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
936936
// by a punctuation character. We could try to exclude # after
937937
// [|&;<>] but that doesn't seem to cause many major problems.
938938
// If that does turn out to be a problem, we should change the below

build/scripts/ng-map.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ angular.module('ngMap', []);
169169

170170
/**
171171
* rebuild mapOptions for lazyInit
172-
* becasue attributes values might have been changed
172+
* because attributes values might have been changed
173173
*/
174174
var filtered = Attr2MapOptions.filter($attrs);
175175
var options = Attr2MapOptions.getOptions(filtered);

controllers/map-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
/**
149149
* rebuild mapOptions for lazyInit
150-
* becasue attributes values might have been changed
150+
* because attributes values might have been changed
151151
*/
152152
var filtered = Attr2MapOptions.filter($attrs);
153153
var options = Attr2MapOptions.getOptions(filtered);

0 commit comments

Comments
 (0)