Skip to content

Commit 3209ef6

Browse files
docs: minor
1 parent 4b7371c commit 3209ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/docs/examples/anchor-select.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The `anchorSelect` prop uses a [CSS selector](https://developer.mozilla.org/en-U
4242

4343
:::info
4444

45-
A CSS selector for a specific id begins with a `#` sign. Don't forget to put it before the id on your selector!
45+
A CSS selector for a specific id begins with a `#`. Don't forget to put it before the id on your selector!
4646

4747
:::
4848

@@ -68,7 +68,7 @@ import 'react-tooltip/dist/react-tooltip.css';
6868

6969
:::info
7070

71-
A CSS selector for a specific id begins with a `.` sign. Don't forget to put it before the class on your selector!
71+
A CSS selector for a specific id begins with a `.`. Don't forget to put it before the class on your selector!
7272

7373
:::
7474

@@ -114,7 +114,7 @@ Once you've understood how it works, you can write CSS selectors as complex as y
114114

115115
:::info
116116

117-
`[attr^='prefix']` can be read as "any element that has an attribute `attr` in which its value starts with `prefix`. Remove the `^` for an exact match.
117+
`[attr^='prefix']` can be read as "any element that has an attribute `attr` in which its value starts with `prefix`". Remove the `^` for an exact match.
118118

119119
This examples uses the name attribute, but it works for any HTML attribute (id, class, ...).
120120

0 commit comments

Comments
 (0)