diff --git a/fetch.bs b/fetch.bs
index 4cab33292..1ec576be7 100644
--- a/fetch.bs
+++ b/fetch.bs
@@ -2601,7 +2601,7 @@ if the CORS protocol is understood. It uses `OPTIONS
` as
URL for the purposes of the CORS protocol.
Access-Control-Max-Age
`
- Indicates how long the information provided by the +
Indicates the number of seconds (5 by default) the information provided by the
`Access-Control-Allow-Methods
` and
`Access-Control-Allow-Headers
` headers can be cached.
@@ -4955,7 +4955,7 @@ run these steps:
`Access-Control-Max-Age
` and response's
header list.
-
If max-age is failure or null, then set max-age to zero. +
If max-age is failure or null, then set max-age to 5.
If max-age is greater than an imposed limit on max-age, then set max-age to the imposed limit.