mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-01 08:45:10 +02:00
Fix body propagation in Response::from_error. #760
This commit is contained in:
@ -25,7 +25,7 @@ pub(crate) trait DataFactoryResult {
|
||||
/// during application configuration process
|
||||
/// with `App::data()` method.
|
||||
///
|
||||
/// Applicatin data could be accessed by using `Data<T>`
|
||||
/// Application data could be accessed by using `Data<T>`
|
||||
/// extractor where `T` is data type.
|
||||
///
|
||||
/// **Note**: http server accepts an application factory rather than
|
||||
|
Reference in New Issue
Block a user