Skip to content

Commit

Permalink
Greyscale spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 1, 2024
1 parent 08b6e17 commit 44bf1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/demo/src/filters/dot.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default function ()
{
folder.add(this, 'scale', 0.3, 1);
folder.add(this, 'angle', 0, 5);
folder.add(this, 'grayscale');
folder.add(this, 'greyscale');
});
}

0 comments on commit 44bf1be

Please sign in to comment.