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.