diff --git a/lib/messaging-api/model/textMessageV2.ts b/lib/messaging-api/model/textMessageV2.ts index 0924b6daa..4233deb7d 100644 --- a/lib/messaging-api/model/textMessageV2.ts +++ b/lib/messaging-api/model/textMessageV2.ts @@ -25,7 +25,7 @@ export type TextMessageV2 = MessageBase & { */ text: string /**/; /** - * A mapping that specifies substitutions for parts enclosed in {} within the \'text\' field. + * A mapping that specifies substitutions for parts enclosed in {} within the `text` field. * * @see substitution Documentation */