Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: sky/examples/stocks/lib/stock_menu.dart

Issue 1065653009: fix 'feeback' typo in stock app in menus (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/lib/stock_menu.dart
diff --git a/sky/examples/stocks/lib/stock_menu.dart b/sky/examples/stocks/lib/stock_menu.dart
index 4326a38221f96bad609c9520a00241ddd6281f33..9023ed244ef917846e59a718bfdafc97359491b4 100644
--- a/sky/examples/stocks/lib/stock_menu.dart
+++ b/sky/examples/stocks/lib/stock_menu.dart
@@ -23,7 +23,7 @@ class StockMenu extends Component {
items: [
[new Text('Add stock')],
[new Text('Remove stock')],
- [new Text('Help & feeback')],
+ [new Text('Help & feedback')],
],
level: 4),
_style
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698