diff --git a/HEADER.md b/HEADER.md index 1c230ec..e44190d 100644 --- a/HEADER.md +++ b/HEADER.md @@ -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. diff --git a/README.md b/README.md index 5f6e5cf..f6f0046 100644 --- a/README.md +++ b/README.md @@ -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