Merge pull request #7436 from mattkohl/master

Spelling / grammatical fixes
cg-wrap-table
Niklas Fiekas 2020-10-08 21:14:35 +02:00 committed by GitHub
commit d4336b22c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ and relies on the [Play 2.8](https://www.playframework.com/) framework.
[scalatags](https://www.lihaoyi.com/scalatags/) is used for templating.
Pure chess logic is contained in the [scalachess](https://github.com/ornicar/scalachess) submodule.
The server is fully asynchronous, making heavy use of Scala Futures and [Akka streams](https://akka.io).
WebSocket connections are handled by a [seperate server](https://github.com/ornicar/lila-ws) that communicates using [redis](https://redis.io/).
WebSocket connections are handled by a [separate server](https://github.com/ornicar/lila-ws) that communicates using [redis](https://redis.io/).
Lichess talks to [Stockfish](https://stockfishchess.org/) deployed in an [AI cluster](https://github.com/niklasf/fishnet) of donated servers.
It uses [MongoDB](https://mongodb.org) to store more than 1.7 billion games, which are indexed by [elasticsearch](https://github.com/elastic/elasticsearch).
HTTP requests and WebSocket connections can be proxied by [nginx](https://nginx.org).

View File

@ -100,7 +100,7 @@ When the challenge is accepted, you will receive a redirect message through the
### Declined by the opponent
When the challenge is decline, you will receive a message through the websocket:
When the challenge is declined, you will receive a message through the websocket:
```javascript
// receive
@ -119,7 +119,7 @@ Listen for this message on any websocket:
}
```
You will receive this every 1,5 seconds aproximatively, until the challenge creator stops sending it.
You will receive this every 1,5 seconds approximately, until the challenge creator stops sending it.
The challenge ID is also the game public ID.
### Fetch game information