diff --git a/draft-ietf-quic-http.md b/draft-ietf-quic-http.md index 2db258bc19..64f589aa5b 100644 --- a/draft-ietf-quic-http.md +++ b/draft-ietf-quic-http.md @@ -1207,10 +1207,10 @@ Push Stream Header { ~~~~~~~~~~ {: #fig-push-stream-header title="Push Stream Header"} -Each Push ID MUST only be used once in a push stream header. If a push stream -header includes a Push ID that was used in another push stream header, the -client MUST treat this as a connection error of type H3_ID_ERROR; see -{{errors}}. +Each Push ID MUST only be used once in a push stream header. If a client detects +that a push stream header includes a Push ID that was used in another push +stream header, the client MUST treat this as a connection error of type +H3_ID_ERROR; see {{errors}}. ### Reserved Stream Types {#stream-grease}