File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
@headlessui-react/src/components
@headlessui-vue/src/components/popover Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ function PopoverFn<TTag extends ElementType = typeof DEFAULT_POPOVER_TAG>(
297297 }
298298 }
299299
300- // Use another heuristic to try and calculate wether or not the focusable
300+ // Use another heuristic to try and calculate whether or not the focusable
301301 // elements are near each other (aka, following the default focus/tab order
302302 // from the browser). If they are then it doesn't really matter if they are
303303 // portalled or not because we can follow the default tab order. But if they
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ function TransitionChildFn<TTag extends ElementType = typeof DEFAULT_TRANSITION_
297297 ref : Ref < HTMLElement >
298298) {
299299 let {
300- // Wether or not to enable transitions on the current element (by exposing
300+ // Whether or not to enable transitions on the current element (by exposing
301301 // transition data). When set to false, the `Transition` component still
302302 // acts as a transition boundary for `TransitionChild` components.
303303 transition = true ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export let Popover = defineComponent({
130130 }
131131 }
132132
133- // Use another heuristic to try and calculate wether or not the focusable
133+ // Use another heuristic to try and calculate whether or not the focusable
134134 // elements are near each other (aka, following the default focus/tab
135135 // order from the browser). If they are then it doesn't really matter if
136136 // they are portalled or not because we can follow the default tab order.
You can’t perform that action at this time.
0 commit comments