diff --git a/The-network-request-logger.md b/The-network-request-logger.md index 4a9c431..f40f67a 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -52,7 +52,7 @@ If the first character is: A matching filtering expression is one which matches from left-to-right the text in an entry. Examples of filtering expression: - `- script`: show all blocked requests of type `script` -- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest) +- `+ xhr`: show all force-allowed requests of type `xhr` - `!image`: show entries which do not contain the string "image" - `script google`: show all requests containing the strings "script" then "google"