mirror of https://github.com/rwf2/Rocket.git
Fix typo in databases documentation: extraneous word 'database'.
This commit is contained in:
parent
3a8e23f7f2
commit
c40276e8d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue