Fix wording

This commit is contained in:
Yong Wen Chua 2019-03-12 14:51:20 +08:00
parent 6a70a8b70b
commit e7dca22aaf
No known key found for this signature in database
GPG Key ID: A70BD30B21497EA9
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ impl AllowedOrigins {
} }
} }
/// A list of allows origins /// Origins that are allowed to make CORS requests.
/// ///
/// An origin is defined according /// An origin is defined according
/// [syntax](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) defined here. /// [syntax](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) defined here.