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>(
297
297
}
298
298
}
299
299
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
301
301
// elements are near each other (aka, following the default focus/tab order
302
302
// from the browser). If they are then it doesn't really matter if they are
303
303
// 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_
297
297
ref : Ref < HTMLElement >
298
298
) {
299
299
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
301
301
// transition data). When set to false, the `Transition` component still
302
302
// acts as a transition boundary for `TransitionChild` components.
303
303
transition = true ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export let Popover = defineComponent({
130
130
}
131
131
}
132
132
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
134
134
// elements are near each other (aka, following the default focus/tab
135
135
// order from the browser). If they are then it doesn't really matter if
136
136
// 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