Skip to content

Commit

Permalink
Fix a grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 1, 2024
1 parent bf71810 commit cea6371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm version](https://img.shields.io/npm/v/codemirror-languageservice)](https://www.npmjs.com/package/codemirror-languageservice)
[![npm downloads](https://img.shields.io/npm/dm/codemirror-languageservice)](https://www.npmjs.com/package/codemirror-languageservice)

Integrate an [Language Server Protocol][lsp] compatible language service into [CodeMirror][].
Integrate a [Language Server Protocol][lsp] compatible language service into [CodeMirror][].

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemirror-languageservice",
"version": "0.1.0",
"description": "Integrate an LSP compatible language service into CodeMirror",
"description": "Integrate a Language Server Protocol compatible language service into CodeMirror",
"keywords": [
"code",
"codemirror",
Expand Down

0 comments on commit cea6371

Please sign in to comment.