diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/template.source.sh | 2 |
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 } |
