Fix beef bourguignon recipe

This commit is contained in:
Andrew Miner
2018-09-29 15:01:58 -06:00
parent f0e5313ba5
commit e6c446b82b
2 changed files with 8 additions and 3 deletions
File diff suppressed because one or more lines are too long
+7 -2
View File
@@ -18,13 +18,19 @@ module.exports = require("../helpers")({
"heat. When lightly browned, set the bacon aside while leaving the grease in the skillet. Raise the " + "heat. When lightly browned, set the bacon aside while leaving the grease in the skillet. Raise the " +
"temperature until almost smoking and lightly brown the beef in small batches and set aside with the " + "temperature until almost smoking and lightly brown the beef in small batches and set aside with the " +
"bacon." "bacon."
}, {
ingredients: [
{ amount: 24, unit: "", item: "onions (small, white)" },
],
directions: "Partially cook the onions until soft and translucent with just a touch of singing around the " +
"edges. Set them aside in a small bowl to be used later."
}, { }, {
ingredients: [ ingredients: [
{ amount: 1, unit: "lb", item: "mushrooms (brown)" }, { amount: 1, unit: "lb", item: "mushrooms (brown)" },
], ],
directions: "Partially cook the mushrooms in the same skillet using the bacon grease and drippings from the " + directions: "Partially cook the mushrooms in the same skillet using the bacon grease and drippings from the " +
"meat until they've just started to reduce and have soaked up the remaining bacon grease. Then, set " + "meat until they've just started to reduce and have soaked up the remaining bacon grease. Then, set " +
"them aside." "them aside to be used later"
}, { }, {
ingredients: [ ingredients: [
{ amount: 2, unit: "tbsp", item: "flour" }, { amount: 2, unit: "tbsp", item: "flour" },
@@ -56,7 +62,6 @@ module.exports = require("../helpers")({
"meat is soft and crumbling, stirring occasionally. (3-4 hours)" "meat is soft and crumbling, stirring occasionally. (3-4 hours)"
}, { }, {
ingredients: [ ingredients: [
{ amount: 24, unit: "", item: "onions (small, white)" },
{ amount: 1/2, unit: "cups", item: "beef stock" }, { amount: 1/2, unit: "cups", item: "beef stock" },
{ amount: 1, unit: "tbsp", item: "butter" }, { amount: 1, unit: "tbsp", item: "butter" },
{ amount: 1, unit: "tbsp", item: "olive oil" }, { amount: 1, unit: "tbsp", item: "olive oil" },