mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
extension/table.go: celss typo
This commit is contained in:
parent
20df1691ad
commit
f63114eca7
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const (
|
||||||
type TableConfig struct {
|
type TableConfig struct {
|
||||||
html.Config
|
html.Config
|
||||||
|
|
||||||
// TableCellAlignMethod indicates how are table celss aligned.
|
// TableCellAlignMethod indicates how table cells are aligned.
|
||||||
TableCellAlignMethod TableCellAlignMethod
|
TableCellAlignMethod TableCellAlignMethod
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue