Skip to content

Commit

Permalink
Improve doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 7, 2022
1 parent 40fc1ba commit 7523627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import {commentKeymap} from "@codemirror/comment"
import {rectangularSelection, crosshairCursor} from "@codemirror/rectangular-selection"
import {lintKeymap} from "@codemirror/lint"

/// This is an extension value that just pulls together a whole lot of
/// This is an extension value that just pulls together a number of
/// extensions that you might want in a basic editor. It is meant as a
/// convenient helper to quickly set up CodeMirror without installing
/// and importing a lot of packages.
/// and importing a lot of separate packages.
///
/// Specifically, it includes...
///
Expand Down

0 comments on commit 7523627

Please sign in to comment.