extension/table.go: celss typo

This commit is contained in:
Caleb Case 2022-09-16 14:45:09 -04:00
parent 20df1691ad
commit f63114eca7

View file

@ -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
}