diff --git a/index.html b/index.html index 054ca92d8..b72a93cf0 100644 --- a/index.html +++ b/index.html @@ -274,7 +274,7 @@
In a simple case, the client will request a static asset such as a picture or JavaScript file. The file sits on the file system in a location the web server is authorized to access and the web server sends the file -to the clinet with a 200 status code. If the client already requested the +to the client with a 200 status code. If the client already requested the file and the file has not changed, the web server will pass back a 304 "Not modified" response indicating the client already has the latest version of that file.