From: Mark Otto Date: Mon, 22 Apr 2013 01:25:49 +0000 (-0700) Subject: typo X-Git-Tag: v3.0.0-rc1~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af63a4405decba82edc0b05fcd87890f859469bc;p=thirdparty%2Fbootstrap.git typo --- diff --git a/less/responsive-utilities.less b/less/responsive-utilities.less index 01e3f55624..4275264d91 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