Skip to content

Commit

Permalink
fix(shorebird_code_push_api): typo in provider StateError (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
moksh-mahajan authored Mar 4, 2023
1 parent 7a6832d commit 55f504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shorebird_code_push_api/lib/src/provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extension ProvideExtension on Request {
if (value == null) {
throw StateError(
'''
request.lookup<$T>() called with a request request that does not contain a $T.
request.lookup<$T>() called with a request that does not contain a $T.
''',
);
}
Expand Down

0 comments on commit 55f504a

Please sign in to comment.