Skip to content

Commit 500d0fe

Browse files
authored
Merge pull request #16 from santiagofm/patch-1
Update README.md
2 parents 0903bef + 093db50 commit 500d0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class FlutterReduxApp extends StatelessWidget {
5555
theme: new ThemeData.dark(),
5656
title: title,
5757
home: new StoreProvider(
58-
// Pass the store to the StoreProvider. Any ancestor `StoreConnector`
58+
// Pass the store to the StoreProvider. Any descendant `StoreConnector`
5959
// Widgets will find and use this value as the `Store`.
6060
store: store,
6161
child: new Scaffold(

0 commit comments

Comments
 (0)