Skip to content

Commit b2e4e59

Browse files
990340: Resolved the spell check
1 parent 82fe425 commit b2e4e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/rich-text-editor/tools/text-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The following block formatting options are available:
391391

392392
- **Bulleted list** – Start a line with `*` or `-` followed by a space.
393393
- **Numbered list** – Start a line with `1.` followed by a space.
394-
- **To-do list** – Start a line with `[ ]` or `[x]` followed by a space to insert an unchecked or checked list item, respectively.
394+
- **Check List** – Start a line with `[ ]` or `[x]` followed by a space to insert an unchecked or checked list item, respectively.
395395
- **Headings** – Start a line with `#`, `##`, or `###` followed by a space to create Heading 1, Heading 2, or Heading 3. You can use up to six levels of headings
396396
- **Block quote** – Start a line with `>` followed by a space.
397397
- **Code block** – Start a line with ` ``` ` followed by a space.

0 commit comments

Comments
 (0)