Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e92fea3

Browse files
Add minor wording change
Co-authored-by: Rak Siva <[email protected]>
1 parent 8259dda commit e92fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/guides/dart/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ class favoritesPage extends StatelessWidget {
696696
}
697697
```
698698

699-
You might notice at no point is the favorites list actually being fetched, so the `favoritesProvider` will always contain an empty favorites list. This will be handled in the next section where we build the navigation.
699+
You might notice that at no point is the favorites list actually being fetched, so the `favoritesProvider` will always contain an empty favorites list. This will be handled in the next section where we build the navigation.
700700

701701
### Navigation
702702

0 commit comments

Comments
 (0)