mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo combatibility => compatibility
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user