diff options
| author | Chris Rebert <[email protected]> | 2013-07-26 01:20:10 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-26 01:20:10 -0700 |
| commit | 2d585345196bb511ed2e6420610baa900ae48122 (patch) | |
| tree | 038107acaa0b0b4bdf0c727b056dac94dcd9398c | |
| parent | 995add132efdb6557f191f1a65097f19260a4f7d (diff) | |
| parent | 06980ae5a1c8c354bc023defb804a329dd439b14 (diff) | |
| download | bootstrap-2d585345196bb511ed2e6420610baa900ae48122.tar.xz bootstrap-2d585345196bb511ed2e6420610baa900ae48122.zip | |
Merge pull request #8616 from caouecs/patch-1
Small typo in less/mixins.less
| -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 d1da6fccd..447ee86c3 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -353,7 +353,7 @@ } } -// Button psuedo states +// Button pseudo states // ------------------------- // Easily pump out default styles, as well as :hover, :focus, :active, // and disabled options for all buttons |
