diff options
| author | Chris Rebert <[email protected]> | 2013-09-11 16:24:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-11 16:24:03 -0700 |
| commit | 725e2b9ccf66cd54e64ff5d15bf8b2744b5122cd (patch) | |
| tree | c1da503fa9634d64fe86e5e74e6a7577ecc565a7 | |
| parent | cd7cf40aff400eb4ae587d6b375f8c804582a9fc (diff) | |
| download | bootstrap-725e2b9ccf66cd54e64ff5d15bf8b2744b5122cd.tar.xz bootstrap-725e2b9ccf66cd54e64ff5d15bf8b2744b5122cd.zip | |
re-fix typo in comment
| -rw-r--r-- | less/responsive-utilities.less | 2 |
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: |
