From 21641297a43e6747d75e0a75c10fcae13654a8b6 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Fri, 22 Jul 2022 08:35:49 -0700 Subject: [PATCH] Updating for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25fca7c4..6f53657a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This config will be interpreted in the following way: - `` without a defined `as` prop will be treated as a `a`. - `` will treated as an `a` element type. - `` will be treated as a `button` element type. -- `` 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` +- `` will be treated as the raw `Link` type because there is no configuration set for `as='summary'`. ### Rules