Skip to content

Commit f7f9bc7

Browse files
authored
Update basic-ui.Rmd (#522)
I think that these are typos.
1 parent d385973 commit f7f9bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basic-ui.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ demo <- demoApp$new("basic-ui/output-text", ui, server)
343343
demo$takeScreenshot()
344344
```
345345

346-
Note that the `{}` are only required in render functions if need to run multiple lines of code.
346+
Note that the `{}` are only required in render functions if you need to run multiple lines of code.
347347
As you'll learn shortly, you should do as little computation in your render functions as possible, which means you can often omit them.
348-
Here's what the server function above would look like if written more compactly::
348+
Here's what the server function above would look like if written more compactly:
349349

350350
```{r}
351351
server <- function(input, output, session) {

0 commit comments

Comments
 (0)