Merge pull request #5647 from svbergerem/fix-typo-aspectglobalhelper
Fix typo in AspectGlobalHelper
This commit is contained in:
commit
cb6502016c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module AspectGlobalHelper
|
||||||
when "large"
|
when "large"
|
||||||
" btn-large"
|
" btn-large"
|
||||||
else
|
else
|
||||||
rase ArgumentError, "unknown size #{size}"
|
raise ArgumentError, "unknown size #{size}"
|
||||||
end
|
end
|
||||||
|
|
||||||
if bootstrap? || force_bootstrap
|
if bootstrap? || force_bootstrap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue