From bf3d478f252eedd1e89717b367fdb3fe4a6a49ca Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 27 Oct 2016 22:27:22 +0200 Subject: [PATCH] Fix Bruschetta typo (#6563) Fixes https://github.com/flutter/flutter/issues/6561 --- examples/flutter_gallery/lib/demo/pesto_demo.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flutter_gallery/lib/demo/pesto_demo.dart b/examples/flutter_gallery/lib/demo/pesto_demo.dart index a5cb9498ad1..f42dfc2f9dc 100644 --- a/examples/flutter_gallery/lib/demo/pesto_demo.dart +++ b/examples/flutter_gallery/lib/demo/pesto_demo.dart @@ -555,7 +555,7 @@ class RecipeStep { final List kPestoRecipes = [ const Recipe( - name: 'Pesto Bruchetta', + name: 'Pesto Bruschetta', author: 'Peter Carlsson', ingredientsImagePath: 'packages/flutter_gallery_assets/pesto/quick.png', description: 'Bask in greens this season by trying this delightful take on traditional bruschetta. Top with a dollop of homemade pesto, and season with freshly ground sea salt and pepper.',