Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes wording on getting started pages #223

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inst/website/src/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down
2 changes: 1 addition & 1 deletion vignettes/quick-start.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down