From 484f38a81471b43121577e5d80f79cbd9f4c911a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 7 May 2019 10:17:54 -0700 Subject: [PATCH] Update logs-plugin.md (#435) Summary: Fix some typos. Pull Request resolved: https://github.com/facebook/flipper/pull/435 Reviewed By: jknoxville Differential Revision: D15239797 Pulled By: passy fbshipit-source-id: baf0518f10998bb8027dcdf97490452aff101a42 --- docs/features/logs-plugin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/logs-plugin.md b/docs/features/logs-plugin.md index fab574680..d16fa3271 100644 --- a/docs/features/logs-plugin.md +++ b/docs/features/logs-plugin.md @@ -3,7 +3,7 @@ id: logs-plugin title: Logs --- -The Logs plugin shows device logs, without any additional setup. This is a device plugin, meaning that it is not tied to any specific app and there is no additional setup needed to see the logs. +The Logs plugin shows device logs without any additional setup. This is a device plugin, meaning that it is not tied to any specific app and there is no additional setup needed to see the logs. ![Logs plugin](/docs/assets/logs.png) @@ -13,6 +13,6 @@ The search bar can be used to search for logs and filter for certain types. From ## Expression watcher -The expression watcher in the sidebar can be used to watch for certain logs to happen and count how often the occur. An expression can be a simple string, or a regular expression which is matched against the logs. +The expression watcher in the sidebar can be used to watch for certain logs to happen and count how often they occur. An expression can be a simple string, or a regular expression which is matched against the logs. -When the notify checkbox is enabled, Flipper will send notifications once the log is happening. This let's you know when the watcher triggered, even if Flipper is in the background. +When the notify checkbox is enabled, Flipper will send notifications once the log is happening. This lets you know when the watcher triggered, even if Flipper is in the background.