From a69804933918b03f0217fb51bc279ec03f986b67 Mon Sep 17 00:00:00 2001 From: Bradley Kennedy Date: Thu, 19 Oct 2023 15:46:25 +0100 Subject: [PATCH 1/2] Wording update - getting-started --- inst/website/src/pages/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/website/src/pages/getting-started.mdx b/inst/website/src/pages/getting-started.mdx index 3168c267d..52a9aa890 100644 --- a/inst/website/src/pages/getting-started.mdx +++ b/inst/website/src/pages/getting-started.mdx @@ -18,7 +18,7 @@ If you prefer video format, here's an [in-depth walkthrough of using the UI edit ### New app -If you set the argument `app_loc` to a location that does not yet exist, the will start in a template-chooser interface. Here you can select a complete app template which will then be written to your `app_loc` and then be edited as an existing app would be. +If you set the argument `app_loc` to a location that does not yet exist, it will start in a template-chooser interface. Here, you can select a complete app template, which will then be written to your `app_loc` and then be edited as an existing app would be. ```r shinyuieditor::launch_editor(app_loc = "new-app/") From 907e08d6fd1ccc2007324060dfd362b5955f7386 Mon Sep 17 00:00:00 2001 From: Bradley Kennedy Date: Thu, 19 Oct 2023 15:47:16 +0100 Subject: [PATCH 2/2] Wording update - quick-start --- vignettes/quick-start.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/quick-start.Rmd b/vignettes/quick-start.Rmd index e80c3a791..7ad8d49de 100644 --- a/vignettes/quick-start.Rmd +++ b/vignettes/quick-start.Rmd @@ -35,7 +35,7 @@ If you prefer video format, here's an [in-depth walkthrough of using the ui edit ### New app -If you set the argument `app_loc` to a location that does not yet exist, the will start in a template-chooser interface. Here you can select a complete app template which will then be written to your `app_loc` and then be edited as an existing app would be. +If you set the argument `app_loc` to a location that does not yet exist, it will start in a template-chooser interface. Here, you can select a complete app template, which will then be written to your `app_loc` and then be edited as an existing app would be. ```r shinyuieditor::launch_editor(app_loc = "new-app/")