Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 2, 2024
1 parent 0d4197b commit 71ee128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use rwf::http::{self, Server};

#[tokio::main]
async fn main() -> Result<(), http::Error> {
// Configure then logger.
// Configure the logger.
Logger::init();

// Define routes.
Expand Down

0 comments on commit 71ee128

Please sign in to comment.