Fix typo in configuration guide: 'it's' -> 'its'.

This commit is contained in:
Vasili 2021-06-11 10:22:26 +03:00 committed by Jeb Rosen
parent 9dc70936a2
commit f54d913bd3

View File

@ -392,7 +392,7 @@ fn rocket() -> _ {
}
```
Rocket will extract it's configuration from the configured provider. This means
Rocket will extract its configuration from the configured provider. This means
that if values like `port` and `address` are configured in `Config`, `App.toml`
or `APP_` environment variables, Rocket will make use of them. The application
can also extract its configuration, done here via the `Adhoc::config()` fairing.