Fix typo in databases documentation: extraneous word 'database'.

This commit is contained in:
adrian5 2019-10-31 16:36:08 +01:00 committed by Sergio Benitez
parent 3a8e23f7f2
commit c40276e8d2
1 changed files with 2 additions and 2 deletions

View File

@ -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;