Skip to content

Commit 9dc9574

Browse files
authored
fix(dart_frog): provider StateError message typo (#143)
1 parent 913c370 commit 9dc9574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dart_frog/lib/src/context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class RequestContext {
3030
'''
3131
context.read<$T>() called with a request context that does not contain a $T.
3232
33-
This can happen if $T was not provided to the reqquest context:
33+
This can happen if $T was not provided to the request context:
3434
```dart
3535
// _middleware.dart
3636
Handler middleware(Handler handler) {

0 commit comments

Comments
 (0)