Skip to content

Commit

Permalink
Fixed typo. fixedWidht -> .fixedWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
KGoodale13 authored Apr 24, 2019
1 parent b6f3f9a commit df6d2f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object UdashIcons {

object Modifiers {
def border: CssStyle = CssStyleName("fa-border")
def fixedWidht: CssStyle = CssStyleName("fa-fw")
def fixedWidth: CssStyle = CssStyleName("fa-fw")
def inverse: CssStyle = CssStyleName("fa-inverse")
def pullLeft: CssStyle = CssStyleName("fa-pull-left")
def pullRight: CssStyle = CssStyleName("fa-pull-right")
Expand Down

0 comments on commit df6d2f8

Please sign in to comment.