Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Aug 1, 2023
1 parent 3ba20e4 commit 3ee45cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const handleStreamClick = (event: MouseEvent) => {
disableColorPicking();
};
// Put some default values incase color picking was enabled before the enableColorPicking method is called
// Put some default values in case color picking was enabled before the enableColorPicking method is called
let inputShowing = true;
let outputShowing = false;
const enableColorPicking = (mode: 1 | 2 | 3) => {
Expand Down

0 comments on commit 3ee45cd

Please sign in to comment.