From ad7876bd2f58a6a93eba7122f0d1b001b6e77898 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 30 Jun 2015 08:08:30 -0400 Subject: [PATCH] Updated The logger (markdown) --- The-logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-logger.md b/The-logger.md index 694f1c1..b197fbd 100644 --- a/The-logger.md +++ b/The-logger.md @@ -104,7 +104,7 @@ You can visually filter entries in the logger using filter expressions. Log entr Examples: - `!|-- facebook`: show only non-blocked entries with the string `facebook` in it. -- `|xhr google`: show only entries of type `XMLHttpRequest` with the work `google` in it. +- `|xhr google`: show only entries of type `XMLHttpRequest` with the word `google` in it. - `!|image !|css`: show only entries which are not of type `image`, neither `css`. ***