Skip to content

Commit

Permalink
fix: remove typo.
Browse files Browse the repository at this point in the history
Double 'the' in comment.
  • Loading branch information
LennartCode authored Jan 21, 2025
1 parent 8c0c724 commit 2dab5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/essentials/first_request/raw/consumer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Home extends StatelessWidget {
// {@template activity}
// Read the activityProvider. This will start the network request
// if it wasn't already started.
// By using ref.watch, this widget will rebuild whenever the
// By using ref.watch, this widget will rebuild whenever
// the activityProvider updates. This can happen when:
// - The response goes from "loading" to "data/error"
// - The request was refreshed
Expand Down

0 comments on commit 2dab5bd

Please sign in to comment.