diff --git a/public/docs/dart/latest/guide/setup.jade b/public/docs/dart/latest/guide/setup.jade index 9248584063..329202fc0e 100644 --- a/public/docs/dart/latest/guide/setup.jade +++ b/public/docs/dart/latest/guide/setup.jade @@ -30,8 +30,8 @@ .l-main-section h2#section-create-an-entry-point Create an entry point p. - Create an index.html file and add the Angular library tags and a main.dart file where - you'll build your first component. + In the web/ directory for you app, create an index.html file and add the Angular library + tags and a main.dart file where you'll build your first component. p. In the <body>, add an element called <my-app> that will be the root of your