Commit ab3b684f authored by Hixie's avatar Hixie

fix 'feeback' typo in stock app in menus

TBR=eseidel

Review URL: https://codereview.chromium.org/1065653009
parent 43988833
...@@ -23,7 +23,7 @@ class StockMenu extends Component { ...@@ -23,7 +23,7 @@ class StockMenu extends Component {
items: [ items: [
[new Text('Add stock')], [new Text('Add stock')],
[new Text('Remove stock')], [new Text('Remove stock')],
[new Text('Help & feeback')], [new Text('Help & feedback')],
], ],
level: 4), level: 4),
_style _style
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment