diff --git a/src/components/PaddingReset/PaddingReset.mdx b/src/components/PaddingReset/PaddingReset.mdx index 582b0bd0..17b8cb1a 100644 --- a/src/components/PaddingReset/PaddingReset.mdx +++ b/src/components/PaddingReset/PaddingReset.mdx @@ -6,7 +6,7 @@ import * as PaddingResetStories from './PaddingReset.stories.svelte'; # PaddingReset -Sometimes you want a visual element to be fluid, i.e., edge-to-edge, but keep padding on surrouding text such as ntoes or captions. The `PaddingReset` component resets padding to `0 15px` on the `Article` well that's been cancelled by a `Block` with a `fluid` width. +Sometimes you want a visual element to be fluid, i.e., edge-to-edge, but keep padding on adjacent text such as notes or captions. The `PaddingReset` component resets our normal well padding inside a `fluid` container. ```svelte