Skip to content

Commit c50bf9c

Browse files
committed
refactor: grammar
1 parent 12243dc commit c50bf9c

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
@@ -202,7 +202,7 @@ the **Code** tab to see the exact source.
202202

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

208208
:::

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)