Fixed typo

Spelling correction in line #33

Closes https://github.com/dart-lang/sdk/pull/40735
https://github.com/dart-lang/sdk/pull/40735

GitOrigin-RevId: a5437b1d6ba15427a91970cfd7c5bc4287de079a
Change-Id: I0eab6bc8b2ade6b5feef13f4723d33107bebe7e6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136806
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Aman Kumar 2020-02-22 00:14:23 +00:00 committed by Kevin Moore
parent 1cb77e8a00
commit 4223717bfd

View file

@ -35,7 +35,7 @@ used (see Issue [39627][]).
* **Breaking change** [#33501](https://github.com/dart-lang/sdk/issues/33501):
This is breaking only for classes extending or implementing `HttpHeaders` and
hvaing their own `add` or `set` methods without the `bool preserveHeaderCase`
having their own `add` or `set` methods without the `bool preserveHeaderCase`
named parameter. The signature of `add` and `set` has been changed to
```dart