Skip to content

Commit 24227f8

Browse files
Apply suggestion from @thecrypticace
Co-authored-by: Jordan Pittman <[email protected]>
1 parent c1efb73 commit 24227f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@headlessui-react/src/components/listbox/listbox-machine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ let reducers: {
351351
}
352352

353353
// We have an event listener for `SelectOption`, but that will only be
354-
// called when the state changed. In multi-value mode we don't have a state
354+
// called when the state changes. In multi-value mode we don't have a state
355355
// change but we still want to trigger the event listener. Therefore we
356356
// return a new object to trigger that event.
357357
//

0 commit comments

Comments
 (0)