Merge pull request #166 from cschyma/patch-1

fix typo
This commit is contained in:
Joel Speed 2019-05-28 14:32:41 +01:00 committed by GitHub
commit f26ed5f3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ The OAuth2 Proxy uses a Cookie to track user sessions and will store the session
data in one of the available session storage backends.
At present the available backends are (as passed to `--session-store-type`):
- [cookie](cookie-storage) (deafult)
- [cookie](cookie-storage) (default)
### Cookie Storage