diff --git a/extension/table.go b/extension/table.go index c637b99..d606be7 100644 --- a/extension/table.go +++ b/extension/table.go @@ -48,7 +48,7 @@ const ( type TableConfig struct { html.Config - // TableCellAlignMethod indicates how are table celss aligned. + // TableCellAlignMethod indicates how table cells are aligned. TableCellAlignMethod TableCellAlignMethod }