Skip to content

Commit

Permalink
Merge pull request google#624 from davidcalhoun/patch-1
Browse files Browse the repository at this point in the history
typo: tyepof -> typeof
  • Loading branch information
concavelenz committed Dec 22, 2015
2 parents 5b57754 + ed69ac9 commit 3df5f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closure/goog/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ goog.typeOf = function(value) {
// Check these first, so we can avoid calling Object.prototype.toString if
// possible.
//
// IE improperly marshals tyepof across execution contexts, but a
// IE improperly marshals typeof across execution contexts, but a
// cross-context object will still return false for "instanceof Object".
if (value instanceof Array) {
return 'array';
Expand Down

0 comments on commit 3df5f04

Please sign in to comment.