From 22ce217673ec8a5eb4b2192a12a7a2d04d76c8a9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 22:45:30 +0300 Subject: typo --- lib/template.source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.source.sh b/lib/template.source.sh index acbc9e3..83dfb21 100644 --- a/lib/template.source.sh +++ b/lib/template.source.sh @@ -80,7 +80,7 @@ template::suggester::toc () { fi local -i num_sections="$($SED -E -n '/^```/,/^```/! { /^#+ /p; }' "$gmi_file" | wc -l)" if [ $num_sections -ge 7 ]; then - echo "$gmi_file with $num_sections secions and no ToC - consider adding template::inline::toc!" + echo "$gmi_file with $num_sections sections and no ToC - consider adding template::inline::toc!" fi done } -- cgit v1.2.3