Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Niblock <owenniblock@github.com>
  • Loading branch information
khiga8 and owenniblock committed Jul 22, 2022
1 parent 344e30b commit 602d4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This config will be interpreted in the following way:
- `<Link>` without a defined `as` prop will be treated as a `a`.
- `<Link as='a'>` will treated as an `a` element type.
- `<Link as='button'>` will be treated as a `button` element type.
- `<Link as='summary'>` will be treated as the original `Link` element type because there is no matching mapping for `as='summary'`.
- `<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`

### Rules

Expand Down

0 comments on commit 602d4bc

Please sign in to comment.