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 913c370 commit 9dc9574Copy full SHA for 9dc9574
packages/dart_frog/lib/src/context.dart
@@ -30,7 +30,7 @@ class RequestContext {
30
'''
31
context.read<$T>() called with a request context that does not contain a $T.
32
33
-This can happen if $T was not provided to the reqquest context:
+This can happen if $T was not provided to the request context:
34
```dart
35
// _middleware.dart
36
Handler middleware(Handler handler) {
0 commit comments