We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f007e commit f960773Copy full SHA for f960773
src/utils/recipeLoader.ts
@@ -332,7 +332,7 @@ const recipeToString = (rec: ViewableRecipe): string => {
332
// Deep copy recipe to avoid mutating original object
333
const recipe: ViewableRecipe = structuredClone(rec);
334
335
- // Collect a list of gradients that are referenced by objects the recipe
+ // Collect a list of gradients that are referenced by objects in the recipe
336
const referencedGradients: Set<string> = new Set();
337
if (recipe.objects) {
338
for (const obj of Object.values(recipe.objects)) {
0 commit comments