From f63114eca789ad6714934f6b0fe007ac0f7b4e17 Mon Sep 17 00:00:00 2001 From: Caleb Case Date: Fri, 16 Sep 2022 14:45:09 -0400 Subject: [PATCH] extension/table.go: celss typo --- extension/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }