diff options
| author | Chris Rebert <[email protected]> | 2014-01-09 13:45:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-09 13:45:10 -0800 |
| commit | 82eccef7e3de32dcc2149ec1bb59320bcbe1b8a3 (patch) | |
| tree | b8763d3224dc35423dcf5fae61103794af828830 | |
| parent | 6645e5daad17d53b930b78ea8baa14900f9b525d (diff) | |
| download | bootstrap-82eccef7e3de32dcc2149ec1bb59320bcbe1b8a3.tar.xz bootstrap-82eccef7e3de32dcc2149ec1bb59320bcbe1b8a3.zip | |
mixins.less: fix typo in comment
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 31992feca..3af3c8208 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -851,7 +851,7 @@ border-color: @border-color; background-color: @background-color; } - // Optional feedack icon + // Optional feedback icon .form-control-feedback { color: @text-color; } |
