Commit bf3d478f authored by Eric Seidel's avatar Eric Seidel Committed by GitHub

Fix Bruschetta typo (#6563)

Fixes https://github.com/flutter/flutter/issues/6561
parent ea5fd815
...@@ -555,7 +555,7 @@ class RecipeStep { ...@@ -555,7 +555,7 @@ class RecipeStep {
final List<Recipe> kPestoRecipes = <Recipe>[ final List<Recipe> kPestoRecipes = <Recipe>[
const Recipe( const Recipe(
name: 'Pesto Bruchetta', name: 'Pesto Bruschetta',
author: 'Peter Carlsson', author: 'Peter Carlsson',
ingredientsImagePath: 'packages/flutter_gallery_assets/pesto/quick.png', 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.', 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.',
......
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