mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-24 14:55:03 +08:00
fix typo
fix typo Gooogle --> Google
This commit is contained in:
@ -30,7 +30,7 @@ class MyGridView {
|
||||
getStructuredGridCell("Twitter", "social/twitter.png"),
|
||||
getStructuredGridCell("Instagram", "social/instagram.png"),
|
||||
getStructuredGridCell("Linkedin", "social/linkedin.png"),
|
||||
getStructuredGridCell("Gooogle Plus", "social/google_plus.png"),
|
||||
getStructuredGridCell("Google Plus", "social/google_plus.png"),
|
||||
getStructuredGridCell("Launcher Icon", "ic_launcher.png"),
|
||||
],
|
||||
);
|
||||
|
Reference in New Issue
Block a user