Skip to content

Commit

Permalink
Update docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwohlbruck committed Jan 2, 2020
1 parent f27b771 commit af4b267
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 522 deletions.
2 changes: 1 addition & 1 deletion docs/models/fact.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A single animal fact, (nearly) guaranteed to be genuine and factual.
| text | String | The `Fact` itself |
| updatedAt | Timestamp | Date in which `Fact` was last modified |
| sendDate | Timestamp | If the `Fact` is meant for one time use, this is the date that it is used |
| deleted | Boolean | Whether not the `Fact` has been deleted (Soft deletes are used) |
| deleted | Boolean | Whether or not the `Fact` has been deleted (Soft deletes are used) |
| source | String (enum) | Can be `'user'` or `'api'`, indicates who added the fact to the DB |
| used | Boolean | Whether or not the `Fact` has been sent by the CatBot. This value is reset each time every `Fact` is used |
| type | String | Type of animal the `Fact` describes (e.g. 'cat', 'dog', 'horse')
2 changes: 1 addition & 1 deletion docs/models/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A user who has created an account on the web app.
| email | String | The email address of the `User` |
| name.first | String | The first name of the `User` |
| name.last | String | The last name of the `User` |
| isAdmin | Boolean | Weather or not the `User` has administrative privileges in the web console |
| isAdmin | Boolean | Whether or not the `User` has administrative privileges in the web console |
| google.id | String | The ID of the google account associated with the `User` |
| google.accessToken | String | The OAuth access token for accessing the `User`'s Google account data |
| google.refreshToken | String | The OAuth refresh token for accessing the `User`'s Google account data |
Loading

0 comments on commit af4b267

Please sign in to comment.