1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 02:47:04 +00:00

misspell fixes

Former-commit-id: 7efa2d8641d8fc324231989cbfcc0905f1d90009
This commit is contained in:
Gerasimos Maropoulos
2018-03-21 08:59:37 +02:00
parent 7b2409fc7f
commit ff41c672ce
2 changed files with 2 additions and 2 deletions

2
cache/browser.go vendored
View File

@@ -11,7 +11,7 @@ import (
// CacheControlHeaderValue is the header value of the
// "Cache-Control": "private, no-cache, max-age=0, must-revalidate, no-store, proxy-revalidate, s-maxage=0".
//
// It can be overriden.
// It can be overridden.
var CacheControlHeaderValue = "private, no-cache, max-age=0, must-revalidate, no-store, proxy-revalidate, s-maxage=0"
const (