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 173bb3e commit ed3f55cCopy full SHA for ed3f55c
grid_layout/lib/gridview.dart
@@ -30,7 +30,7 @@ class MyGridView {
30
getStructuredGridCell("Twitter", "social/twitter.png"),
31
getStructuredGridCell("Instagram", "social/instagram.png"),
32
getStructuredGridCell("Linkedin", "social/linkedin.png"),
33
- getStructuredGridCell("Gooogle Plus", "social/google_plus.png"),
+ getStructuredGridCell("Google Plus", "social/google_plus.png"),
34
getStructuredGridCell("Launcher Icon", "ic_launcher.png"),
35
],
36
);
0 commit comments