Fix typo (#5)

This commit is contained in:
Alejandro Angulo 2020-07-19 20:34:31 -07:00 committed by GitHub
parent e64cc4132c
commit eb96a295a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,6 +314,6 @@ aws s3 cp <path to sample index file> s3://<your domain name>/index.html
aws s3 cp <path to sample 404 file> s3://<your domain name>/404.html aws s3 cp <path to sample 404 file> s3://<your domain name>/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 `<your domain name here>/foo`. your URL and a page does not exist message when you try accessing something like `<your domain name here>/foo`.