Fix typo combatibility => compatibility

This commit is contained in:
PatrickJS
2015-09-09 00:47:01 -07:00
parent 77703dbb80
commit ab0c84f53f
+1 -1
View File
@@ -74,7 +74,7 @@ if (__DEV__) {
}
}
// If we're in IE8, check to see if we are in combatibility mode and provide
// If we're in IE8, check to see if we are in compatibility mode and provide
// information on preventing compatibility mode
var ieCompatibilityMode =
document.documentMode && document.documentMode < 8;