We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7371c commit 3654b4eCopy full SHA for 3654b4e
docs/docs/examples/anchor-select.mdx
@@ -42,7 +42,7 @@ The `anchorSelect` prop uses a [CSS selector](https://developer.mozilla.org/en-U
42
43
:::info
44
45
-A CSS selector for a specific id begins with a `#` sign. Don't forget to put it before the id on your selector!
+A CSS selector for a specific id begins with a `#`. Don't forget to put it before the id on your selector!
46
47
:::
48
@@ -68,7 +68,7 @@ import 'react-tooltip/dist/react-tooltip.css';
68
69
70
71
-A CSS selector for a specific id begins with a `.` sign. Don't forget to put it before the class on your selector!
+A CSS selector for a specific id begins with a `.`. Don't forget to put it before the class on your selector!
72
73
74
0 commit comments