diff options
| -rw-r--r-- | lib/axlsx/workbook/worksheet/row.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/row.rb b/lib/axlsx/workbook/worksheet/row.rb index 80937cf2..63a8d328 100644 --- a/lib/axlsx/workbook/worksheet/row.rb +++ b/lib/axlsx/workbook/worksheet/row.rb @@ -57,7 +57,7 @@ module Axlsx attr_reader :outline_level alias :outlineLevel :outline_level - # The style applied ot the row. This affects the entire row. + # The style applied to the row. This affects the entire row. # @return [Integer] attr_reader :s |
