Fix typo in AspectGlobalHelper
This commit is contained in:
parent
dece3cf6b0
commit
17c7771a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module AspectGlobalHelper
|
|||
when "large"
|
||||
" btn-large"
|
||||
else
|
||||
rase ArgumentError, "unknown size #{size}"
|
||||
raise ArgumentError, "unknown size #{size}"
|
||||
end
|
||||
|
||||
if bootstrap? || force_bootstrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue