]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo
authorMark Otto <otto@github.com>
Mon, 22 Apr 2013 01:25:49 +0000 (18:25 -0700)
committerMark Otto <otto@github.com>
Mon, 22 Apr 2013 01:25:49 +0000 (18:25 -0700)
less/responsive-utilities.less

index 01e3f55624bb804522c401b3ab7023b08fa5b0a7..4275264d918a342f2f80ba4fdf06a65b4b6182e2 100644 (file)
@@ -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