Skip to content

Commit 5fa0e52

Browse files
sakakibara-devgabrieljablonski
authored andcommitted
fix: fixed closing tag error in the docs
1 parent 1f52ca5 commit 5fa0e52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ import { Tooltip } from 'react-tooltip'
146146
2 . Create anchor elements.
147147

148148
```jsx
149-
<a className="my-anchor-element">◕‿‿◕</p>
150-
<a className="my-anchor-element">◕‿‿◕</p>
151-
<a className="my-anchor-element">◕‿‿◕</p>
149+
<a className="my-anchor-element">◕‿‿◕</a>
150+
<a className="my-anchor-element">◕‿‿◕</a>
151+
<a className="my-anchor-element">◕‿‿◕</a>
152152
```
153153

154154
3 . Create `<Tooltip />` element and set the `anchorSelect` prop.

0 commit comments

Comments
 (0)