aboutsummaryrefslogtreecommitdiffhomepage
path: root/testscripts
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2024-04-11 16:23:17 +0900
committerGitHub <[email protected]>2024-04-11 09:23:17 +0200
commit17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch)
treeda2c302b6cb33057c430432037197e5583f1a84e /testscripts
parent92de8625c7f122343059e98c62d1049e27bb2573 (diff)
downloadhugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.tar.gz
hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.zip
all: Typo fixes
Diffstat (limited to 'testscripts')
-rw-r--r--testscripts/commands/server.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/server.txt b/testscripts/commands/server.txt
index 83e3ceafd..a28e4d698 100644
--- a/testscripts/commands/server.txt
+++ b/testscripts/commands/server.txt
@@ -9,7 +9,7 @@ httpget $HUGOTEST_BASEURL_0 'Title: Hugo Server Test' $HUGOTEST_BASEURL_0 'Serve
httpget ${HUGOTEST_BASEURL_0}doesnotexist 'custom 404'
httpget ${HUGOTEST_BASEURL_0}livereload.js 'function'
-# By defauilt, the server renders to memory.
+# By default, the server renders to memory.
! exists public/index.html
stopServer