diff --git a/snippets/reducedFilter.md b/snippets/reducedFilter.md index 754bddece..01b383abe 100644 --- a/snippets/reducedFilter.md +++ b/snippets/reducedFilter.md @@ -10,7 +10,7 @@ Filter an array of objects based on condition and return array with reduced obje #### Output -Filtered array with new objects. Properties of new objects are a subset of +* Filtered array with new objects. Properties of new objects are a subset of properties of original objects #### Info