1 parent 12243dc commit c50bf9cCopy full SHA for c50bf9c
2 files changed
docs/docs/fundamentals/your-first-editor.mdx
@@ -202,7 +202,7 @@ the **Code** tab to see the exact source.
202
203
The `htmlStyle` you'll spot in the Code tab is only there to make the rendered
204
text match these docs' color palette, so
205
-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
206
[Styling the input](/core-functionalities/styling-the-input).
207
208
:::
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