diff --git a/src/class-admin.php b/src/class-admin.php index 7c0a11e..b7e8bb8 100644 --- a/src/class-admin.php +++ b/src/class-admin.php @@ -58,6 +58,6 @@ public function render_page() { $blueprint_url = site_url( 'wp-json/blueprint-builder/v1/json-' . get_option( 'blueprint_builder_key' ) ); $playground_url = 'https://playground.wordpress.net/?blueprint-url=' . $blueprint_url; - echo '

If you website is live, you can open the Playground with this blueprint

'; + echo '

If your website is live, you can open the Playground with this blueprint

'; } }