We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa01ae commit 631cbfbCopy full SHA for 631cbfb
bin/create_static_site.sh
@@ -33,7 +33,7 @@ function _wipe_and_recreate_docs_dir {
33
34
function _remove_deprecated_links_meta_scripts_from_html_files {
35
printf "\e[1m\e[7m %-80s\e[0m\n" \
36
- 'Remove deprected links, meta, and scripts from HTLM files'
+ 'Remove deprected links, meta, and scripts from HTML files'
37
for _file in $(find docs -type f -name '*.html')
38
do
39
# 1. Remove link: WordPress Edit URI
0 commit comments