Skip to content

Commit

Permalink
docs: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed May 3, 2024
1 parent 3635e76 commit 7c71e9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/context-menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ We expose a CSS custom property `--kb-popper-content-transform-origin` which can

### ContextMenu.Content

The positioner will copy the same `z-index` as the `ContextMenu.Content`.
The popper positioner will copy the same `z-index` as the `ContextMenu.Content`.

| Prop | Description |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ We expose a CSS custom property `--kb-menu-content-transform-origin` which can b

### DropdownMenu.Content

The positioner will copy the same `z-index` as the `DropdownMenu.Content`.
The popper positioner will copy the same `z-index` as the `DropdownMenu.Content`.

| Prop | Description |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/hover-card.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ We expose a CSS custom property `--kb-hovercard-content-transform-origin` which

### HoverCard.Content

The positioner will copy the same `z-index` as the `HoverCard.Content`.
The popper positioner will copy the same `z-index` as the `HoverCard.Content`.

### HoverCard.Trigger

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/menubar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ We expose a CSS custom property `--kb-popper-content-transform-origin` which can

### Menubar.Content

The positioner will copy the same `z-index` as the `Menubar.Content`.
The popper positioner will copy the same `z-index` as the `Menubar.Content`.

| Prop | Description |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/popover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ We expose a CSS custom property `--kb-popover-content-transform-origin` which ca

### Popover.Content

The positioner will copy the same `z-index` as the `Popover.Content`.
The popper positioner will copy the same `z-index` as the `Popover.Content`.

| Prop | Description |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ We expose a CSS custom property `--kb-select-content-transform-origin` which can
### Select.Content
The positioner will copy the same `z-index` as the `Select.Content`.
The popper positioner will copy the same `z-index` as the `Select.Content`.
| Data attribute | Description |
| :------------- | :-------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/docs/core/components/tooltip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ We expose a CSS custom property `--kb-tooltip-content-transform-origin` which ca

### Tooltip.Content

The positioner will copy the same `z-index` as the `Tooltip.Content`.
The popper positioner will copy the same `z-index` as the `Tooltip.Content`.

| Prop | Description |
| :------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down

0 comments on commit 7c71e9e

Please sign in to comment.