Skip to content

Commit 1db5389

Browse files
author
Eran Hammer
committed
Merge pull request hapijs#2266 from juliusrickert/patch-1
Fixed typo
2 parents 4255da1 + fe564cc commit 1db5389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ following options:
20112011
- `'private'` - mark the response as suitable only for private caching.
20122012
- `expiresIn` - relative expiration expressed in the number of milliseconds since the
20132013
item was saved in the cache. Cannot be used together with `expiresAt`.
2014-
- `expiresAt` - time of day expressed in 24h notation using the 'MM:HH' format, at which
2014+
- `expiresAt` - time of day expressed in 24h notation using the 'HH:MM' format, at which
20152015
point all cache records for the route expire. Cannot be used together with `expiresIn`.
20162016

20172017
- `cors` - the [Cross-Origin Resource Sharing](http://www.w3.org/TR/cors/) protocol allows

0 commit comments

Comments
 (0)