diff --git a/contrib/lib/src/databases.rs b/contrib/lib/src/databases.rs index aaf47a70..b6a751fa 100644 --- a/contrib/lib/src/databases.rs +++ b/contrib/lib/src/databases.rs @@ -139,8 +139,8 @@ //! //! ### Procedurally //! -//! Databases can also be configured procedurally database via -//! `rocket::custom()`. The example below does just this: +//! Databases can also be configured procedurally via `rocket::custom()`. +//! The example below does just this: //! //! ```rust //! extern crate rocket;