| 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
|
|
|