fix(shorebird_code_push_api): typo in provider StateError (#8)

This commit is contained in:
Moksh Mahajan
2023-03-04 20:10:55 +05:30
committed by GitHub
parent 7a6832d186
commit 55f504a1c4
@@ -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.
''',
);
}