mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 10:12:38 +00:00
Fix typo: ouath -> oauth
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Octokit
|
||||
RateLimit rateLimit)
|
||||
{
|
||||
Ensure.ArgumentNotNull(links, "links");
|
||||
Ensure.ArgumentNotNull(oauthScopes, "ouathScopes");
|
||||
Ensure.ArgumentNotNull(oauthScopes, "oauthScopes");
|
||||
|
||||
Links = new ReadOnlyDictionary<string, Uri>(links);
|
||||
OauthScopes = new ReadOnlyCollection<string>(oauthScopes);
|
||||
|
||||
Reference in New Issue
Block a user