From be7aefc044c99c906d68d6c60b99deda014ea086 Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 1 May 2019 10:23:10 -0700 Subject: [PATCH] Add missing full stop (#429) Summary: Trivial change. I missed this earlier. Pull Request resolved: https://github.com/facebook/flipper/pull/429 Reviewed By: passy Differential Revision: D15166391 Pulled By: jknoxville fbshipit-source-id: 3d52eb1da6d21afa9217cc17cfe887a686cde280 --- docs/extending/search-and-filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending/search-and-filter.md b/docs/extending/search-and-filter.md index e35f6ab29..4476825da 100644 --- a/docs/extending/search-and-filter.md +++ b/docs/extending/search-and-filter.md @@ -30,7 +30,7 @@ The search term entered into the searchbar by the user. `filters: Array` -The list of filters that are currently applied +The list of filters that are currently applied. #### Example