Skip to content

Commit

Permalink
Fix small Spelling and Grammar mistakes
Browse files Browse the repository at this point in the history
Just noticed these two mistakes while reading! :)
  • Loading branch information
lejeunerenard authored Jul 8, 2020
1 parent 3bdf337 commit ed5e594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ the form
}
```

**NOTE**: The kappa-core instance `core` is always passed as the fist parameter
**NOTE**: The kappa-core instance `core` is always passed as the first parameter
in all of the `api` functions you define.

`version` is an integer that represents what version you want to consider the
Expand All @@ -151,7 +151,7 @@ been indexed and written to storage. Receives an array of entries.

### core.ready(viewNames, cb)

Wait until all views named by `viewNames` are caught up. e.g.
Wait until all views named by `viewNames` are caught up. E.g.

```
// one
Expand Down

0 comments on commit ed5e594

Please sign in to comment.