summaryrefslogtreecommitdiff
path: root/ewww.md
diff options
context:
space:
mode:
Diffstat (limited to 'ewww.md')
-rw-r--r--ewww.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ewww.md b/ewww.md
index 1536483..6ccafe1 100644
--- a/ewww.md
+++ b/ewww.md
@@ -89,8 +89,8 @@ for static content only. Every other method returns an error.
~~~scenario
given a self-signed certificate as snakeoil.pem, using key snakeoil.key
-when I create webroot/foo.html with "this is your web page"
-given a running server using config file smoke.yaml
+and file webroot/foo.html with "this is your web page"
+and a running server using config file smoke.yaml
when I request GET https://example.com/foo.html
then I get status code 200
and header content-type is "text/html"