We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c328984 commit d843773Copy full SHA for d843773
lib/src/common/util/errors.dart
@@ -47,7 +47,7 @@ class TeamNotFound extends NotFound {
47
48
/// Access was forbidden to a resource
49
class AccessForbidden extends GitHubError {
50
- AccessForbidden(GitHub github) : super(github, "Access Forbbidden");
+ AccessForbidden(GitHub github) : super(github, "Access Forbidden");
51
}
52
53
/// Client hit the rate limit.
0 commit comments