From eb96a295a00906e682cdf3466fa805594c5fea79 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 19 Jul 2020 20:34:31 -0700 Subject: [PATCH] Fix typo (#5) --- content/posts/hosting-static-site-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/hosting-static-site-aws.md b/content/posts/hosting-static-site-aws.md index 2140ff5..d6b8f3f 100644 --- a/content/posts/hosting-static-site-aws.md +++ b/content/posts/hosting-static-site-aws.md @@ -314,6 +314,6 @@ aws s3 cp s3:///index.html aws s3 cp s3:///404.html ``` -Fire up your site and cross your fingers. If all went well you should see the `It works!` message when you point your broweser to +Fire up your site and cross your fingers. If all went well you should see the `It works!` message when you point your browser to your URL and a page does not exist message when you try accessing something like `/foo`.