Skip to content

Commit

Permalink
Merge pull request #63 from ketanbhatt/patch-1
Browse files Browse the repository at this point in the history
Fix duplication of word exposes
  • Loading branch information
stephrdev committed Jun 24, 2016
2 parents d3742ea + 3b5a6fe commit e7fb6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ shortcomings of this approach are:
* For a cache miss, the tweets are fetched synchronously, blocking code execution
and leading to a slow response time.

* This in turn exposes exposes the view to a '`cache stampede`_' where
* This in turn exposes the view to a '`cache stampede`_' where
multiple expensive reads run simultaneously when the cached item expires.
Under heavy load, this can bring your site down and make you sad.

Expand Down

0 comments on commit e7fb6bd

Please sign in to comment.