Skip to content

Commit

Permalink
docs: fix typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubeniskov committed Nov 23, 2020
1 parent 1aa2217 commit 6f96fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HEADER.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ A complete traverse json function with `iterable` interface.

## Motivation

Many time I've encontered with the difficult task of mutate a object with an with nested properties by filtering properties using a single function, so a `traverse-json` solves this using multiple options for traversing.
Many time I've encontered with the difficult task of mutate a object with nested properties by filtering properties using a single function, so a `traverse-json` solves this using multiple options for traversing.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A complete traverse json function with `iterable` interface.

## Motivation

Many time I've encontered with the difficult task of mutate a object with an with nested properties by filtering properties using a single function, so a `traverse-json` solves this using multiple options for traversing.
Many time I've encontered with the difficult task of mutate a object with nested properties by filtering properties using a single function, so a `traverse-json` solves this using multiple options for traversing.
## Functions

<dl>
Expand Down

0 comments on commit 6f96fb2

Please sign in to comment.