diff --git a/docs/man_pages/project/testing/run.md b/docs/man_pages/project/testing/run.md index d58801846e..a88c059c5f 100644 --- a/docs/man_pages/project/testing/run.md +++ b/docs/man_pages/project/testing/run.md @@ -3,8 +3,7 @@ run Usage | Synopsis ---|--- -<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run `<% } %> -<% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %> +<% if((isConsole && isMacOS) || isHtml) { %>General | `$ tns run `<% } %><% if(isConsole && (isLinux || isWindows)) { %>General | `$ tns run android`<% } %> Runs your project on a connected device or in the native emulator for the selected platform.<% if(isMacOS) { %>You must specify the target platform on which you want to run your project.<% } %><% if(isConsole && (isLinux || isWindows)) { %>You must run `$ tns run android`<% } %>