Skip to content

Commit

Permalink
Fix typo in docs (#508)
Browse files Browse the repository at this point in the history
`OAtuh` to `OAuth`
  • Loading branch information
epompeii authored Jan 9, 2024
1 parent 80395e9 commit 1f685b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f685b1

Please sign in to comment.