[whatwg/streams] Use sentence case, not title case, for headings (#886)

WHATWG standards use sentence case for headings. Streams currently uses title case. So, currently Streams says:

> Transform Stream Default Controller Abstract Operations

This should instead be

> Transform stream default controller abstract operations

This does not affect too many headings, since a lot of headings are abstract operations or API surfaces, which are not affected by this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/886

Received on Friday, 16 February 2018 19:54:55 UTC