diff --git a/src/components/PaddingReset/PaddingReset.svelte b/src/components/PaddingReset/PaddingReset.svelte index 60b1e309..cfc012b5 100644 --- a/src/components/PaddingReset/PaddingReset.svelte +++ b/src/components/PaddingReset/PaddingReset.svelte @@ -4,7 +4,7 @@ interface Props { /** - * If parent container is fluid, which resets the padding around contained elements. + * Set to `true` if the parent container is fluid. */ containerIsFluid?: boolean; /**