From bd8cbfff351e7a5b4ae06135c4290113308bb848 Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Wed, 20 Jun 2018 21:05:26 -0400 Subject: [PATCH] docs: fix typos --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b8ca7d47d..bf5cbe9cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -39,7 +39,7 @@ * Added header `User-Agent: Actix-web/` to default headers when building a request -* port `Extensions` type from http create, we dont need `Send + Sync` +* port `Extensions` type from http create, we don't need `Send + Sync` * `HttpRequest::query()` returns `&HashMap` @@ -88,7 +88,7 @@ ### Added -* Allow to use path without traling slashes for scope registration #241 +* Allow to use path without trailing slashes for scope registration #241 * Allow to set encoding for exact NamedFile #239 @@ -449,7 +449,7 @@ * Server multi-threading -* Gracefull shutdown support +* Graceful shutdown support ## 0.2.1 (2017-11-03)