Skip to content

Commit

Permalink
docs: update <PrismicRichText> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 24, 2023
1 parent 3f52e10 commit 2777794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PrismicRichText/PrismicRichText.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
import Serialize from "./Serialize.svelte";
/**
* The Prismic Rich Text field to render.
* The Prismic rich text field to render.
*/
export let field: RichTextField;
/**
* An object that maps a Rich Text block type to a Svelte component.
* An object that maps a rich text block type to a Svelte component.
*/
export let components: SvelteRichTextSerializer = {};
Expand Down

0 comments on commit 2777794

Please sign in to comment.