Skip to content

Commit

Permalink
docs(Overlay): fix simple typos (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkinAker committed Mar 30, 2023
1 parent 025f99e commit 3c6ea8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/pages/components/overlays.mdx
Expand Up @@ -34,7 +34,7 @@ Things to know about the React-Bootstrap Overlay components.
- The `<Tooltip>` and `<Popover>`
components do not position themselves. Instead the `<Overlay>` (or `<OverlayTrigger>`)
components, inject `ref` and `style` props.
- Tooltip expects specific props injected by the `<Overlay>` component
- Tooltip expects specific props injected by the `<Overlay>` component.
- Tooltips for `disabled` elements must be triggered on a wrapper element.

## Overlay
Expand All @@ -47,7 +47,7 @@ adds support for transitions, and visibility toggling.

Overlays consist of at least two elements, the "overlay", the element to
be positioned, as well as a "target", the element the overlay is
positioned in relation to. You can also also have an "arrow" element,
positioned in relation to. You can also have an "arrow" element,
like the tooltips and popovers, but that is optional. Be sure to
check out the [Popper](https://popper.js.org/docs/v2)
documentation for more details about the injected props.
Expand Down

0 comments on commit 3c6ea8d

Please sign in to comment.