Skip to content

Commit 602d4bc

Browse files
khiga8owenniblock
andauthored
Update README.md
Co-authored-by: Owen Niblock <owenniblock@github.com>
1 parent 344e30b commit 602d4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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'`.
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`
7272

7373
### Rules
7474

0 commit comments

Comments
 (0)