Skip to content

Commit 631c451

Browse files
committed
Fix typo
1 parent e08a1ef commit 631c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docx/elements/style.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def initialize(configuration, node, **attributes)
124124
attribute :font_size, "./w:rPr/w:sz/@w:val", "./w:rPr/w:szCs/@w:val", converter: Converters::FontSizeConverter
125125
attribute :font_size_cs, "./w:rPr/w:szCs/@w:val", converter: Converters::FontSizeConverter
126126
attribute :underline_style, "./w:rPr/w:u/@w:val"
127-
attribute :underline_color, "./w:rPr/w:u /@w:color", validator: Validators::ColorValidator
127+
attribute :underline_color, "./w:rPr/w:u/@w:color", validator: Validators::ColorValidator
128128
attribute :spacing, "./w:rPr/w:spacing/@w:val"
129129
attribute :kerning, "./w:rPr/w:kern/@w:val"
130130
attribute :position, "./w:rPr/w:position/@w:val"

0 commit comments

Comments
 (0)