Skip to content

Commit

Permalink
Fix description for baking leaveners
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 3, 2024
1 parent 49324b0 commit 05b9193
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/website/calculator/ingredients-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ globalThis.ingredientsDB = [
{ key: "Asparagus", description: "Cooked Diced Asparagus", gramsPerCup: 175 },
{ key: "Asparagus", description: "Pieces of Raw Asparagus", gramsPerCup: 125 },
{ key: "Bacon", description: "Diced Raw Bacon", gramsPerCup: 225 },
{ key: "Baking", description: "All-Purpose Baking Mix", gramsPerCup: 120 },
{ key: "Baking", description: "Baking Powder", gramsPerCup: 185 },
{ key: "Baking", description: "Baking Soda", gramsPerCup: 288 },
{ key: "Baking", description: "Powder Baking", gramsPerCup: 181 },
{ key: "Baking", description: "Soda Baking", gramsPerCup: 205 },
{ key: "Baking Agent", description: "All-Purpose Baking Mix", gramsPerCup: 120 },
{ key: "Baking Agent", description: "Baking Powder (leavening raising agent)", gramsPerCup: 185 },
{ key: "Baking Agent", description: "Baking Soda (leavening raising agent", gramsPerCup: 255 },
{ key: "Bamboo", description: "Bamboo Shoots", gramsPerCup: 268 },
{ key: "Bananas", description: "Diced Raw Bananas", gramsPerCup: 200 },
{ key: "Bananas", description: "Mashed Bananas", gramsPerCup: 225 },
Expand Down

0 comments on commit 05b9193

Please sign in to comment.