From 94f4a7261f7cb088628e565024604b14a92f169a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 8 May 2019 09:05:13 -0700 Subject: [PATCH] Update sandbox-plugin.md (#438) Summary: Simplify wording a bit. Pull Request resolved: https://github.com/facebook/flipper/pull/438 Reviewed By: priteshrnandgaonkar Differential Revision: D15258346 Pulled By: passy fbshipit-source-id: 98e7b6bd190e90e9f5e63d9522dc880f54f72168 --- docs/features/sandbox-plugin.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/sandbox-plugin.md b/docs/features/sandbox-plugin.md index 97280ac0a..5bccc5b82 100644 --- a/docs/features/sandbox-plugin.md +++ b/docs/features/sandbox-plugin.md @@ -5,5 +5,4 @@ title: Sandbox → [See setup instructions for the Sandbox plugin](setup/sandbox-plugin.md) -The Sandbox plugin is useful for developers that had to test changes of their apps by pointing them to some Sandbox environment. Through this plugin and a few lines of code in the client, -the app can get a callback and get the value that the user has input through Flipper. At this point, the developer can plugin its logic to save this setting in its app. +The sandbox plugin allows developers to test changes in their apps by pointing them to a sandbox environment. It provides a simple UI to set and modify the URL to a development host that acts as a sandbox directly on the desktop, which prevents you from entering potentially long and complicated URL inside your app.