fix: correct spelling in error messages and documentation (#2840)

This commit is contained in:
Tyler White
2025-06-13 17:56:11 -04:00
committed by GitHub
parent 6d954bcbf4
commit 7e40cd4637
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ impl OAuthFlow {
// though it will ultimately only get used once
let tx = Arc::new(tokio::sync::Mutex::new(Some(tx)));
// Setup a server that will recieve the redirect, capture the code, and display success/failure
// Setup a server that will receive the redirect, capture the code, and display success/failure
let app = Router::new().route(
"/",
get(move |Query(params): Query<HashMap<String, String>>| {