Fix typo in 'Rocket' docs: iterior -> interior.

This commit is contained in:
Dimitri Sabadie 2022-05-09 09:42:59 +02:00 committed by Sergio Benitez
parent 05db80afbc
commit c17cc9d23f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ use crate::log::PaintExt;
/// * **Ignite**: _verification and finalization of configuration_
///
/// An instance in the [`Ignite`] phase is in its final configuration,
/// available via [`Rocket::config()`]. Barring user-supplied iterior
/// available via [`Rocket::config()`]. Barring user-supplied interior
/// mutation, application state is guaranteed to remain unchanged beyond this
/// point. An instance in the ignite phase can be launched into orbit to serve
/// requests via [`Rocket::launch()`].