docs: typo in actix integrations docs (#2258)

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
This commit is contained in:
SleeplessOne1917 2024-02-05 01:57:51 +00:00 committed by GitHub
parent 15d4ca0638
commit 1ddb39e9bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1361,7 +1361,7 @@ impl LeptosRoutes for &mut ServiceConfig {
}
}
/// A helper to make it easier to use Axum extractors in server functions.
/// A helper to make it easier to use Actix extractors in server functions.
///
/// It is generic over some type `T` that implements [`FromRequest`] and can
/// therefore be used in an extractor. The compiler can often infer this type.