Another strange character fix

This commit is contained in:
Aditya Chadha
2009-02-23 17:21:23 -05:00
parent 8aec733048
commit bb1ce5d199

View File

@@ -433,7 +433,7 @@ Rails.cache.read("city") # => "Duckburgh"
h3. Conditional GET support
Conditional GETs are a facility of the HTTP spec that provide a way for web
servers to tell browsers that the response to a GET request hasnt changed
servers to tell browsers that the response to a GET request hasn't changed
since the last request and can be safely pulled from the browser cache.
They work by using the HTTP_IF_NONE_MATCH and HTTP_IF_MODIFIED_SINCE headers to