We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6898f commit 2bc739fCopy full SHA for 2bc739f
1 file changed
internal/ExternalModification.js
@@ -33,7 +33,7 @@ export async function setOption(option, optionValue, optionGroup) {
33
} else {
34
// apply HTML
35
await LoadAndSave.applyOption(option, optionGroup, elOption, { option: optionValue });
36
- // now trihgger saving of modified values
+ // now trigger saving of modified values
37
LoadAndSave.saveOption({target: elOption});
38
}
39
0 commit comments