Skip to content

Commit 631cbfb

Browse files
committed
correct spelling
1 parent 0aa01ae commit 631cbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create_static_site.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function _wipe_and_recreate_docs_dir {
3333

3434
function _remove_deprecated_links_meta_scripts_from_html_files {
3535
printf "\e[1m\e[7m %-80s\e[0m\n" \
36-
'Remove deprected links, meta, and scripts from HTLM files'
36+
'Remove deprected links, meta, and scripts from HTML files'
3737
for _file in $(find docs -type f -name '*.html')
3838
do
3939
# 1. Remove link: WordPress Edit URI

0 commit comments

Comments
 (0)