mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
fix typo
This commit is contained in:
parent
e1f79dae17
commit
a1d0f051b7
@ -361,9 +361,8 @@ impl Cors {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set a maximum time (in seconds) for which this CORS request maybe cached.
|
/// Set a maximum time (in seconds) for which this CORS request may be cached. This value is set
|
||||||
/// This value is set as the `Access-Control-Max-Age` header as specified in
|
/// as the `Access-Control-Max-Age` header as specified in the [Fetch Standard CORS protocol].
|
||||||
/// the [Fetch Standard CORS protocol].
|
|
||||||
///
|
///
|
||||||
/// Pass a number (of seconds) or use None to disable sending max age header.
|
/// Pass a number (of seconds) or use None to disable sending max age header.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user