` element in HTML.
-Use the `as` prop to make your markup more semantic.
+By default, both Grid and Grid Cell render a `
` element in HTML.
+Use the `as` prop on either to make your markup more semantic.
diff --git a/storybook/src/components/Grid/Grid.stories.tsx b/storybook/src/components/Grid/Grid.stories.tsx
index 0e6582af49..c04b0b8a49 100644
--- a/storybook/src/components/Grid/Grid.stories.tsx
+++ b/storybook/src/components/Grid/Grid.stories.tsx
@@ -58,10 +58,6 @@ export default meta
const cellMeta = {
component: Grid.Cell,
argTypes: {
- as: {
- control: { type: 'radio' },
- options: ['article', 'div', 'section'],
- },
span: {
control: { type: 'number', min: 1, max: 12 },
},