diff --git a/src/components/Headline/Headline.mdx b/src/components/Headline/Headline.mdx index afbdf0b8..4e9fdf5c 100644 --- a/src/components/Headline/Headline.mdx +++ b/src/components/Headline/Headline.mdx @@ -52,8 +52,9 @@ The `Headline` component creates the Reuters Graphics headline. /> ``` -## With custom hed -Use the `hed` and/or `dek` named slots to override those elements with completely custom markup. +## With custom hed + +Use the `hed` and/or `dek` [snippets](https://svelte.dev/docs/svelte/snippet) to override those elements with completely custom markup. ```svelte