diff --git a/content/docs/en/getting-started/2-playground-tutorial.md b/content/docs/en/getting-started/2-playground-tutorial.md index e2348d95..4081ca1f 100644 --- a/content/docs/en/getting-started/2-playground-tutorial.md +++ b/content/docs/en/getting-started/2-playground-tutorial.md @@ -46,7 +46,7 @@ Keep the apps running while you're experimenting with the code. ![](/screenshots/ns-playground/playground-layout.png) -The left sidebar offers a file explorer and a **Components** panel. Most of your effort on your app will happen in `app.js` and `app.css`, containing the app functionality and taking care of the app styles, respectively. No need to deep dive in any other files for now. +The left sidebar offers a file explorer and a **Components** panel. Most of your effort on your app will happen in `components` > `HelloWorld.vue`, where you'll be creating the user interface and the business logic behind it. No need to deep dive in any other files for now. The **Components** panel provides quick access to already pre-configured code for all available NativeScript UI components. @@ -58,7 +58,7 @@ The bottom of the page is your best friend providing real-time error reports and ![](/screenshots/ns-playground/playground-drag-and-drop.gif) -Just click a component from the **Components** panel and drag it to the code editor, somewhere inside the `template` block. Releasing the mouse button inserts some pre-written sample code for the respective component. Any methods that go with it (such as what happens on button or item tap) are automatically added at the top of the page before the `template` block. +Just click a component from the **Components** panel and drag it to the code editor, somewhere inside the `