Skip to content

Commit f1b52a3

Browse files
committed
refactor: grammar
1 parent 5f13f98 commit f1b52a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/fundamentals/your-first-editor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ the **Code** tab to see the exact source.
208208

209209
The `htmlStyle` you'll spot in the Code tab is only there to make the rendered
210210
text match these docs' color palette, so
211-
don't worry about it here. If want to learn more, see
211+
don't worry about it here. If you want to learn more, see
212212
[Styling the input](/core-functionalities/styling-the-input).
213213

214214
:::

docs/src/examples/htmlStyle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const enrichedTextHtmlStyle: EnrichedTextHtmlStyle = {
7171
pressColor: '#3b82f6',
7272
},
7373
mention: {
74-
...(htmlStyle.mention as object),
74+
...htmlStyle.mention,
7575
pressColor: '#1d4fa0',
7676
pressBackgroundColor: '#c2d8f7',
7777
},

0 commit comments

Comments
 (0)