Skip to content

Commit ed3f55c

Browse files
authored
fix typo
fix typo Gooogle --> Google
1 parent 173bb3e commit ed3f55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid_layout/lib/gridview.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MyGridView {
3030
getStructuredGridCell("Twitter", "social/twitter.png"),
3131
getStructuredGridCell("Instagram", "social/instagram.png"),
3232
getStructuredGridCell("Linkedin", "social/linkedin.png"),
33-
getStructuredGridCell("Gooogle Plus", "social/google_plus.png"),
33+
getStructuredGridCell("Google Plus", "social/google_plus.png"),
3434
getStructuredGridCell("Launcher Icon", "ic_launcher.png"),
3535
],
3636
);

0 commit comments

Comments
 (0)