diff --git a/src/components/EndNotes/EndNotes.mdx b/src/components/EndNotes/EndNotes.mdx index 3ab4a92f..d3a4932c 100644 --- a/src/components/EndNotes/EndNotes.mdx +++ b/src/components/EndNotes/EndNotes.mdx @@ -1,4 +1,4 @@ -import { Meta } from '@storybook/blocks'; +import { Meta, Canvas } from '@storybook/blocks'; import * as EndNotesStories from './EndNotes.stories.svelte'; @@ -6,9 +6,7 @@ import * as EndNotesStories from './EndNotes.stories.svelte'; # EndNotes -End notes includes notes to the main article — usually things like sources, clarifiying notes and minor corrections at the end of a story. - -Use it like this: +The `EndNotes` component adds notes to the main page such as sources, clarifiying notes and minor corrections that come at the end of a story. ```svelte