mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Include spelling
This commit is contained in:
parent
d7c50048bb
commit
810435ef02
2 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,9 @@ SERVICES = [{
|
|||
}, {
|
||||
name: "tags"
|
||||
repo: "https://github.com/sharelatex/tags-sharelatex.git"
|
||||
}, {
|
||||
name: "spelling"
|
||||
repo: "https://github.com/sharelatex/spelling-sharelatex.git"
|
||||
}]
|
||||
|
||||
module.exports = (grunt) ->
|
||||
|
|
|
@ -120,6 +120,10 @@ The backend API for storing and fetching chat messages.
|
|||
|
||||
The backend API for managing project tags (folders).
|
||||
|
||||
### [spelling](https://github.com/sharelatex/spelling-sharelatex)
|
||||
|
||||
An API for running server-side spelling checking on ShareLaTeX documents.
|
||||
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue