From 99101cf18664069fbf404fa04626f36b690b1066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urban=20Sand=C3=A9n?= Date: Sat, 17 Aug 2019 15:49:48 +0200 Subject: [PATCH] Change is to as --- pages/components/docs/Details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/components/docs/Details.md b/pages/components/docs/Details.md index c3f2f81e225..64810c30cc2 100644 --- a/pages/components/docs/Details.md +++ b/pages/components/docs/Details.md @@ -3,7 +3,7 @@ The Details component is an HTML `
` element without native browser styling that optionally uses the [render props pattern](https://reactjs.org/docs/render-props.html) to pass its state to child components. -You are responsible for rendering your own ``. To style your summary element like a [Button](./Button), you can use the `is` prop: +You are responsible for rendering your own ``. To style your summary element like a [Button](./Button), you can use the `as` prop: ```jsx