1 parent 5f13f98 commit f1b52a3Copy full SHA for f1b52a3
2 files changed
docs/docs/fundamentals/your-first-editor.mdx
@@ -208,7 +208,7 @@ the **Code** tab to see the exact source.
208
209
The `htmlStyle` you'll spot in the Code tab is only there to make the rendered
210
text match these docs' color palette, so
211
-don't worry about it here. If want to learn more, see
+don't worry about it here. If you want to learn more, see
212
[Styling the input](/core-functionalities/styling-the-input).
213
214
:::
docs/src/examples/htmlStyle.ts
@@ -71,7 +71,7 @@ export const enrichedTextHtmlStyle: EnrichedTextHtmlStyle = {
71
pressColor: '#3b82f6',
72
},
73
mention: {
74
- ...(htmlStyle.mention as object),
+ ...htmlStyle.mention,
75
pressColor: '#1d4fa0',
76
pressBackgroundColor: '#c2d8f7',
77
0 commit comments