refactor: fix typo in removeMeta
option for removeItem
#281
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Linked issue
#280
β Type of change
π Description
Fixed typo of removeMeta option in removeItem function as "removeMata", updated docs to reflect default behaviour or removeItem function when removeMeta argument is not specified
It resolves the problem of the option being spelled incorrectly and therefore the correct spelling not working. It would be a breaking change if someone has realized that it was spelled incorrectly and therefore has been using the incorrect spelling.
It also corrects the docs which imply that not providing a removeMeta argument to removeItem will result in the metadata being deleted which is not the case
Resolves #280
π Checklist