Skip to content

Commit

Permalink
fix: message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Feb 10, 2025
1 parent ff302c7 commit 16fe16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrismicRichText/DeprecatedPrismicRichText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if (DEV) {
onMounted(() => {
console.warn(
`[PrismicRichText] You're using the deprecated version of \`<PrismicRichText>\` because either the \`serializer\` prop or the plugin \`richTextSerializer\` option were provided. This API will be removed in a future major. For more details, see ${devMsg(
"html-serialization-is-deprecated-with-prismic-rich-text.md",
"html-serialization-is-deprecated-with-prismic-rich-text",
)}`,
)
})
Expand Down

0 comments on commit 16fe16a

Please sign in to comment.