Skip to content

Commit

Permalink
chore: Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 25, 2020
1 parent 308eeff commit 4fe0085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TodosList = buildList(
* Define CRUD actions and map to one or more data sources (local storage,
* 3rd party APIs or own API).
*
* Only 5 actions can be defined: `create`, `read`, `readOne`, `update` and
* Only 5 actions can be defined: `create`, `read`, `readOne`, `update` and
* `remove`. These have internaly 3 reducers each: onStart, onEnd and onError.
*/
{
Expand All @@ -78,8 +78,8 @@ const TodosList = buildList(
},

/**
* Before reducers update the state, this transformer function is applyed on
* the elements inside the list. Triggered on all method calls (create, read,
* Before reducers update the state, this transformer function is applyed on
* the elements inside the list. Triggered on all method calls (create, read,
* readOne, update and remove).
*
* Usefull for enforcing common transformations on external data, sorting, etc.
Expand Down

0 comments on commit 4fe0085

Please sign in to comment.