From bc4fdc3e3a20129a179812517486c29e0ed7b54f Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Wed, 9 Sep 2015 15:18:24 +0200 Subject: [PATCH] Fix typo in changelog Fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80077f24d93..d7daf24d214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ as all `allMatches` implementations are intended to be. * `dart:io` - * `HttpClient` no longer sends URI fragments in the requeust. This is not + * `HttpClient` no longer sends URI fragments in the request. This is not allowed by the HTTP protocol. The `HttpServer` still gracefully receives fragments, but discards them before delivering the request.