From 755249bbb6fff339f8379b3c3a1e63b03d5dcdd6 Mon Sep 17 00:00:00 2001 From: mikysett Date: Wed, 28 Sep 2022 16:35:30 +0100 Subject: [PATCH] docs(localhost): fix a typo in audit --- subjects/localhost/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/localhost/audit/README.md b/subjects/localhost/audit/README.md index ce2e41e7..f8404a7b 100644 --- a/subjects/localhost/audit/README.md +++ b/subjects/localhost/audit/README.md @@ -38,7 +38,7 @@ ### Interaction with the browser #### Open the browser used by the team during tests and its developer tools panel to help you with tests. -###### Is te browser connecting with the server with no issues? +###### Is the browser connecting with the server with no issues? ###### Are the request and response headers correct? (It should serve a full static website without any problem). ###### Try a wrong URL on the server, is it handled properly? ###### Try to list a directory, is it handled properly?