Skip to content

Commit

Permalink
gravity-forms/gw-prevent-duplicate-selections.js: Fixed typo in com…
Browse files Browse the repository at this point in the history
…ment.
  • Loading branch information
veryspry committed Nov 30, 2023
1 parent d5b2959 commit 5bf2462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gravity-forms/gw-prevent-duplicate-selections.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function getChangedOptionElFromSelect( $select, selected ) {
const prevVal = gpadvsPreviousValues[selectId] || null;

// Cache the current value so that we can compare against it on
// on the next change event to determine whih option was changed.
// on the next change event to determine which option was changed.
gpadvsPreviousValues[selectId] = val;

let changedOptVal;
Expand Down

0 comments on commit 5bf2462

Please sign in to comment.