Skip to content

Commit

Permalink
chore: Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Jan 31, 2020
1 parent 0c5f7e8 commit 85ba68d
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 @@ -78,11 +78,11 @@ const TodosList = buildList({
DELETE(`/todos/${id}`),

/**
* Transformer function applyed on the elements inside the list before
* Transformer function applyed on the elements inside the list before
* reducers update state. Triggered on all method calls (create, read,
* readOne, update and remove).
*
* Use for enforcing common transformations on external data, sorting,
* Use for enforcing common transformations on external data, sorting,
* JSON Schema checks etc.
*
* @param {Object[]} items All items inside list internal array
Expand Down

0 comments on commit 85ba68d

Please sign in to comment.