Skip to content

Commit

Permalink
fix typo: informations -> information
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 20, 2017
1 parent 6f22452 commit aebf7d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/mobile/play.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/coach.form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aebf7d8

Please sign in to comment.