From cadf0fc6d723c848c3bc82c844961fe7aa872059 Mon Sep 17 00:00:00 2001 From: Michael Lefkowitz <1746853+lfkwtz@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:09:50 -0800 Subject: [PATCH] Update network-plugin.md (#797) Summary: fixes typo ## Changelog - fixes typo on network page Pull Request resolved: https://github.com/facebook/flipper/pull/797 Test Plan: n/a Reviewed By: priteshrnandgaonkar Differential Revision: D19902534 Pulled By: passy fbshipit-source-id: fc25d8a1fc0889a1b4e5003c724781f54d01f65d --- docs/features/network-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/network-plugin.md b/docs/features/network-plugin.md index 75c75a8d5..d85bf37f2 100644 --- a/docs/features/network-plugin.md +++ b/docs/features/network-plugin.md @@ -5,7 +5,7 @@ title: Network → [See setup instructions for the Network plugin](setup/network-plugin.md) -Use the Network inspector to inspect outgoing network traffic our apps. You can easily browse all requests being made and their responses. The plugin also supports gzipped responses. +Use the Network inspector to inspect outgoing network traffic in your apps. You can easily browse all requests being made and their responses. The plugin also supports gzipped responses. ![Network plugin](/docs/assets/network.png)