From be75c5c1f4de1d33e952022b8cdaba74abb465e0 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 12 Jul 2014 18:43:05 -0700 Subject: [PATCH] Updated Element picker (markdown) --- Element-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Element-picker.md b/Element-picker.md index 3a54838..0352926 100644 --- a/Element-picker.md +++ b/Element-picker.md @@ -10,7 +10,7 @@ If possible, a network filter will be offered, and a list of CSS selector which When you click on one of the pre-computed CSS selector, you will be shown what effect it will have on the page. You may want to ensure a CSS selector will not also get rid of useful items on the page. -You may manually edit the selector. However the result needs to be a valid filter, otherwise you won't be allowed to create a filter out of it. +You may manually edit the selector. However the result needs to be a valid filter, otherwise you won't be allowed to create a filter out of it. A valid filter in the context of the element picker is one which matches at least one element on the web page. You may quit the interactive element picker by clicking the _Quit_ button. You may close the modal dialog and go pick an element again by clicking the _Pick_ button.