aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-21 18:25:49 -0700
committerMark Otto <[email protected]>2013-04-21 18:25:49 -0700
commitaf63a4405decba82edc0b05fcd87890f859469bc (patch)
tree7e7fe74c293621ea5e845c13f96eaed591e15049
parent30d6e0530effef6379fb555491bc5064668f3359 (diff)
downloadbootstrap-af63a4405decba82edc0b05fcd87890f859469bc.tar.xz
bootstrap-af63a4405decba82edc0b05fcd87890f859469bc.zip
typo
-rw-r--r--less/responsive-utilities.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less
index 01e3f5562..4275264d9 100644
--- a/less/responsive-utilities.less
+++ b/less/responsive-utilities.less
@@ -12,8 +12,8 @@
}
// IE10 on Windows Phone 8
-// IE10 on WP8 screws doesn't report CSS pixels, but actual device pixels.
-// In other words, say on a Lumia, you'll get 768px as the device width,
+// IE10 on WP8 doesn't report CSS pixels, but actual device pixels. In
+// other words, say on a Lumia, you'll get 768px as the device width,
// meaning users will see the tablet styles and not phone styles.
//
// Alternatively you can override this with JS (see source below), but