diff --git a/fetch.bs b/fetch.bs index 7afac06c9..8c7491ce3 100644 --- a/fetch.bs +++ b/fetch.bs @@ -5363,7 +5363,7 @@ fetch("/", {method:"HEAD"})

If you want to check a particular response header and then process the response of a - cross-origin resources: + cross-origin resource:


 fetch("https://pk.example/berlin-calling.json", {mode:"cors"})
@@ -5434,7 +5434,7 @@ interface Headers {
 `Set-Cookie` header. In a way this is problematic as unlike all other
 headers `Set-Cookie` headers cannot be combined, but since `Set-Cookie`
 headers are not exposed to client-side JavaScript this is deemed an acceptable compromise.
-Implementations could chose the more efficient {{Headers}} object representation even for a
+Implementations could choose the more efficient {{Headers}} object representation even for a
 header list, as long as they also support an associated data structure for
 `Set-Cookie` headers.
 
@@ -7295,6 +7295,7 @@ Brad Porter,
 Bryan Smith,
 Caitlin Potter,
 Cameron McCormack,
+Chris Needham,
 Chris Rebert,
 Clement Pellerin,
 Collin Jackson,