#1880 closed defect (fixed)
[patch] typo in cache docs
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Fix for small typo in cache.txt
Index: cache.txt
===================================================================
--- cache.txt   (revision 2906)
+++ cache.txt   (working copy)
@@ -339,7 +339,7 @@
       somedomain.com, your ISP would send you the page without having to access
       somedomain.com directly.
 
-    * Your Django Web site may site behind a Squid Web proxy
+    * Your Django Web site may sit behind a Squid Web proxy
       (http://www.squid-cache.org/) that caches pages for performance. In this
       case, each request first would be handled by Squid, and it'd only be
       passed to your application if needed.
regards
Matthew Flanagan
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [2907]) Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.