mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-18 15:39:04 +00:00
Fix typo in configuration guide: 'it's' -> 'its'.
This commit is contained in:
parent
9dc70936a2
commit
f54d913bd3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user