From 5b8458f5a011b0e8520f186dbb4753d6d7e8df9c Mon Sep 17 00:00:00 2001 From: Success Go Date: Sun, 12 Jan 2020 17:38:46 +0800 Subject: [PATCH] Fix typo of `further` Former-commit-id: 8cfbaf60aba132b0ea3c8f9fd3cb8121e1db2a15 --- cache/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/cache.go b/cache/cache.go index 18fde0d9..9b451763 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -37,7 +37,7 @@ import ( // Cache accepts the cache expiration duration. // If the "expiration" input argument is invalid, <=2 seconds, // then expiration is taken by the "cache-control's maxage" header. -// Returns a Handler structure which you can use to customize cache furher. +// Returns a Handler structure which you can use to customize cache further. // // All types of response can be cached, templates, json, text, anything. //