Merge pull request #3343 from gruentee/patch-1

fix typo: base on -> based on
This commit is contained in:
Joshua Bronson 2019-08-25 15:36:19 -04:00 committed by GitHub
commit 908a364996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ straightforward to read.
The decorated function will then work as follows
1. get the unique cache key for the current request base on the current
1. get the unique cache key for the current request based on the current
path.
2. get the value for that key from the cache. If the cache returned
something we will return that value.