summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-26 22:45:30 +0300
committerPaul Buetow <paul@buetow.org>2024-08-26 22:45:30 +0300
commit22ce217673ec8a5eb4b2192a12a7a2d04d76c8a9 (patch)
treeffb09661bec645ffc115d11832e85daa010822b6
parentc9ad34c95dd69ea423622b730e2b4a121f0003ea (diff)
typo
-rw-r--r--lib/template.source.sh2
1 files changed, 1 insertions, 1 deletions
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
}