From 1f685b1c1b4f49314cf67a5a569b8af752ce8371 Mon Sep 17 00:00:00 2001 From: Everett Pompeii Date: Tue, 9 Jan 2024 03:09:58 -0500 Subject: [PATCH] Fix typo in docs (#508) `OAtuh` to `OAuth` --- src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.rs b/src/auth.rs index e01748d5..efb82700 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -93,7 +93,7 @@ impl AppAuth { } } -/// The data necessary to authenticate as a github OAtuh app. +/// The data necessary to authenticate as a GitHub OAuth app. #[derive(Clone, Deserialize)] #[serde(from = "OAuthWire")] pub struct OAuth {