Skip to content

Commit

Permalink
Fix typos in MIGRATION.md (#1470)
Browse files Browse the repository at this point in the history
* Fix typos in MIGRATION.md

Those are `crate` not `create`

* Update MIGRATION.md
  • Loading branch information
huytd committed Apr 22, 2020
1 parent 751253f commit ce24630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand Down

0 comments on commit ce24630

Please sign in to comment.