Skip to content

Commit 598f02c

Browse files
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Co-authored-by: Ian Saultz <52051793+atierian@users.noreply.github.com>
1 parent 1a3cf4c commit 598f02c

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/conversation/ai-conversation

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/conversation/ai-conversation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The welcome message will disappear once a message has been sent.
200200

201201
All messages have a timestamp associated with them that are displayed next to the username. To customize how the timestamp displays you can pass a custom text formatter function called `getMessageTimestampText` into the `displayText` property on the `<AIConversation>` component. This function will receive a `Date` object as its argument and should return a string.
202202

203-
The web has a really nice built-in date/time formatter you can use called [`Intl.DateTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat).
203+
Browsers have a really nice built-in date/time formatter you can use called [`Intl.DateTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat).
204204

205205
<UIWrapper>
206206
<AIConversation

0 commit comments

Comments
 (0)