diff --git a/actix-cors/src/builder.rs b/actix-cors/src/builder.rs index e1dec6960..b6c50c1c4 100644 --- a/actix-cors/src/builder.rs +++ b/actix-cors/src/builder.rs @@ -361,9 +361,8 @@ impl Cors { self } - /// Set a maximum time (in seconds) for which this CORS request maybe cached. - /// This value is set as the `Access-Control-Max-Age` header as specified in - /// the [Fetch Standard CORS protocol]. + /// Set a maximum time (in seconds) for which this CORS request may be cached. This value is set + /// as the `Access-Control-Max-Age` header as specified in the [Fetch Standard CORS protocol]. /// /// Pass a number (of seconds) or use None to disable sending max age header. ///