diff --git a/docs/data-model.md b/docs/data-model.md index 1a0781ccc..c12227a29 100644 --- a/docs/data-model.md +++ b/docs/data-model.md @@ -186,7 +186,7 @@ Set(3, A=8, 2017-05-19T00:00) ``` ![time quantum field diagram](/img/docs/field-time-quantum.png) -*Time quantum fueld diagram* +*Time quantum field diagram* #### Mutex diff --git a/docs/getting-started.md b/docs/getting-started.md index 257e77628..45473d7ec 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -74,7 +74,7 @@ curl localhost:10101/index/repository/field/stargazer \ {"success":true} ``` -Since our data contains time stamps whcih represent the time users starred repos, we set the field type to `time`. Time quantum is the resolution of the time we want to use, and we set it to `YMD` (year, month, day) for `stargazer`. +Since our data contains time stamps which represent the time users starred repos, we set the field type to `time`. Time quantum is the resolution of the time we want to use, and we set it to `YMD` (year, month, day) for `stargazer`. Next up is the `language` field, which will contain IDs for programming languages: ``` request