Skip to content

Commit f960773

Browse files
ascibiszCopilot
andcommitted
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57f007e commit f960773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/recipeLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const recipeToString = (rec: ViewableRecipe): string => {
332332
// Deep copy recipe to avoid mutating original object
333333
const recipe: ViewableRecipe = structuredClone(rec);
334334

335-
// Collect a list of gradients that are referenced by objects the recipe
335+
// Collect a list of gradients that are referenced by objects in the recipe
336336
const referencedGradients: Set<string> = new Set();
337337
if (recipe.objects) {
338338
for (const obj of Object.values(recipe.objects)) {

0 commit comments

Comments
 (0)