Skip to content

Commit 2164129

Browse files
authored
Updating for clarity
1 parent 602d4bc commit 2164129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This config will be interpreted in the following way:
6868
- `<Link>` without a defined `as` prop will be treated as a `a`.
6969
- `<Link as='a'>` will treated as an `a` element type.
7070
- `<Link as='button'>` will be treated as a `button` element type.
71-
- `<Link as='summary'>` will be treated as the original `Link` element type because there is no matching mapping for `as='summary'` resulting in the element being treated as an `a`
71+
- `<Link as='summary'>` will be treated as the raw `Link` type because there is no configuration set for `as='summary'`.
7272

7373
### Rules
7474

0 commit comments

Comments
 (0)