Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 7523627

Browse files
committed
Improve doc comments
1 parent 40fc1ba commit 7523627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/basic-setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import {commentKeymap} from "@codemirror/comment"
1313
import {rectangularSelection, crosshairCursor} from "@codemirror/rectangular-selection"
1414
import {lintKeymap} from "@codemirror/lint"
1515

16-
/// This is an extension value that just pulls together a whole lot of
16+
/// This is an extension value that just pulls together a number of
1717
/// extensions that you might want in a basic editor. It is meant as a
1818
/// convenient helper to quickly set up CodeMirror without installing
19-
/// and importing a lot of packages.
19+
/// and importing a lot of separate packages.
2020
///
2121
/// Specifically, it includes...
2222
///

0 commit comments

Comments
 (0)