Skip to content

Commit ca12a2b

Browse files
docs(dependency-injection): fix typo (#419)
1 parent 836f709 commit ca12a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/basics/dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Handler middleware(Handler handler) {
2222
}
2323
```
2424

25-
We can later access the provided via from within a route handler using `context.read<T>()`:
25+
We can later access the provided value from within a route handler using `context.read<T>()`:
2626

2727
```dart
2828
import 'package:dart_frog/dart_frog.dart';

0 commit comments

Comments
 (0)