fix typo: informations -> information

pull/3017/merge
Niklas Fiekas 2017-05-20 16:29:19 +02:00
parent 6f22452435
commit aebf7d8743
3 changed files with 7 additions and 7 deletions

View File

@ -233,8 +233,8 @@ name | type | default | description
**page** | int | 1 | for pagination
**with_analysis** | 1 or 0 | 0 | include deep analysis data in the result
**with_moves** | 1 or 0 | 0 | include a list of PGN moves
**with_opening** | 1 or 0 | 0 | include opening informations
**with_movetimes** | 1 or 0 | 0 | include move time informations
**with_opening** | 1 or 0 | 0 | include opening information
**with_movetimes** | 1 or 0 | 0 | include move time information
**rated** | 1 or 0 | - | rated games only
**playing** | 1 or 0 | - | games in progress only
@ -340,8 +340,8 @@ name | type | default | description
--- | --- | --- | ---
**with_analysis** | 1 or 0 | 0 | include deep analysis data in the result
**with_moves** | 1 or 0 | 0 | include a list of PGN moves
**with_movetimes** | 1 or 0 | 0 | include move time informations
**with_opening** | 1 or 0 | 0 | include opening informations
**with_movetimes** | 1 or 0 | 0 | include move time information
**with_opening** | 1 or 0 | 0 | include opening information
**with_fens** | 1 or 0 | 0 | include a list of FEN states
```javascript

View File

@ -91,11 +91,11 @@ Response: `200 OK`
}
```
## Fetch informations about finished game
## Fetch information about finished game
When the `end` event is received on the socket,
you may call the `end` URL provided by the API
to retrieve informations about the result of the game.
to retrieve information about the result of the game.
```sh
http GET en.l.org/39b12IklErMy/end 'Accept:application/vnd.lichess.v1+json'

View File

@ -19,7 +19,7 @@ $(function() {
return $editor.find('img.picture').length;
}
}, {
html: 'Fill in basic informations',
html: 'Fill in basic information',
check: function() {
['profile.headline', 'profile.languages'].forEach(function(name) {
if (!$editor.find('[name="' + name + '"]').val()) return false;