aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/responsive-utilities.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less
index 6cacabec7..6b4566266 100644
--- a/less/responsive-utilities.less
+++ b/less/responsive-utilities.less
@@ -8,7 +8,7 @@
// Support for responsive views via media queries is kind of borked in IE10, for
// Surface/desktop in split view and for Windows Phone 8. This particular fix
// must be accompanied by a snippet of JavaScript to sniff the user agent and
-// apply some condtional CSS to *only* the Surface/desktop Windows 8. Look at
+// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
// our Getting Started page for more information on this bug.
//
// For more information, see the following: