Skip to content

Commit

Permalink
docs: fix typo in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Bertalotto <seth@bertalotto.net>
  • Loading branch information
pablopalacios and redonkulus committed Nov 2, 2020
1 parent 8e7d128 commit c395fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You will need to register any data services that you wish to use in
your application. The interface for your service will be an object
that must define a `resource` property and at least one
[CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)
operation. The `resource` propety will be used when you call one of the
operation. The `resource` property will be used when you call one of the
CRUD operations.

```js
Expand Down

0 comments on commit c395fb6

Please sign in to comment.