diff --git a/docs/concepts/11-typescript.md b/docs/concepts/11-typescript.md index 6f9d4afd8..88c531284 100644 --- a/docs/concepts/11-typescript.md +++ b/docs/concepts/11-typescript.md @@ -43,7 +43,7 @@ export type HeadingElement = { export type CustomElement = ParagraphElement | HeadingElement -export type FormattedText = { text: 'string'; bold: boolean; italic: boolean } +export type FormattedText = { text: string; bold: boolean; italic: boolean } export type CustomText = FormattedText