Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 710bb6f

Browse files
authored
Typo
1 parent 811f9c4 commit 710bb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is an experiment for building a Language Server for Scala, in Scala.
1111
- scala: A Typescript-based Scala extension (language client). Ideally it will be ported to Scala.js
1212
- ensime-lsp: An implementation of the Language Server based on Ensime
1313

14-
The language server may be backed up by [ensime](http://ensime.github.io/) or directly by the presentation compiler. Ideally, the language server ca be used as a basis for implementing support for any language, not just Scala.
14+
The language server may be backed up by [ensime](http://ensime.github.io/) or directly by the presentation compiler. Ideally, the language server can be used as a basis for implementing support for any language, not just Scala.
1515

1616
# How to try it out
1717

@@ -83,4 +83,4 @@ This setting is passed to the Language Server affecting the log leven on the ser
8383
> sonatypeRelease
8484
```
8585

86-
Then `cd scala/` and run `vsce publish`
86+
Then `cd scala/` and run `vsce publish`

0 commit comments

Comments
 (0)