mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
Typo fixes (#1628)
This commit is contained in:
@@ -114,7 +114,7 @@ impl CookieJar {
|
|||||||
///
|
///
|
||||||
/// The cookies in `headers` will be added to the jar.
|
/// The cookies in `headers` will be added to the jar.
|
||||||
///
|
///
|
||||||
/// This is inteded to be used in middleware and other places where it might be difficult to
|
/// This is intended to be used in middleware and other places where it might be difficult to
|
||||||
/// run extractors. Normally you should create `CookieJar`s through [`FromRequestParts`].
|
/// run extractors. Normally you should create `CookieJar`s through [`FromRequestParts`].
|
||||||
///
|
///
|
||||||
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ impl PrivateCookieJar {
|
|||||||
///
|
///
|
||||||
/// The valid cookies in `headers` will be added to the jar.
|
/// The valid cookies in `headers` will be added to the jar.
|
||||||
///
|
///
|
||||||
/// This is inteded to be used in middleware and other where places it might be difficult to
|
/// This is intended to be used in middleware and other where places it might be difficult to
|
||||||
/// run extractors. Normally you should create `PrivateCookieJar`s through [`FromRequestParts`].
|
/// run extractors. Normally you should create `PrivateCookieJar`s through [`FromRequestParts`].
|
||||||
///
|
///
|
||||||
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ impl SignedCookieJar {
|
|||||||
///
|
///
|
||||||
/// The valid cookies in `headers` will be added to the jar.
|
/// The valid cookies in `headers` will be added to the jar.
|
||||||
///
|
///
|
||||||
/// This is inteded to be used in middleware and other places where it might be difficult to
|
/// This is intended to be used in middleware and other places where it might be difficult to
|
||||||
/// run extractors. Normally you should create `SignedCookieJar`s through [`FromRequestParts`].
|
/// run extractors. Normally you should create `SignedCookieJar`s through [`FromRequestParts`].
|
||||||
///
|
///
|
||||||
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
/// [`FromRequestParts`]: axum::extract::FromRequestParts
|
||||||
|
|||||||
Reference in New Issue
Block a user