From ce24630d31fc85e301bbb401111df56573964286 Mon Sep 17 00:00:00 2001 From: Huy Date: Wed, 22 Apr 2020 11:39:09 -0700 Subject: [PATCH] Fix typos in MIGRATION.md (#1470) * Fix typos in MIGRATION.md Those are `crate` not `create` * Update MIGRATION.md --- MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 86721e0eb..672aa253e 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -360,7 +360,7 @@ * `actix_web::server` module has been removed. To start http server use `actix_web::HttpServer` type -* StaticFiles and NamedFile has been move to separate create. +* StaticFiles and NamedFile have been moved to a separate crate. instead of `use actix_web::fs::StaticFile` @@ -370,7 +370,7 @@ use `use actix_files::NamedFile` -* Multipart has been move to separate create. +* Multipart has been moved to a separate crate. instead of `use actix_web::multipart::Multipart`