Skip to content

Commit 4d1d1b4

Browse files
authored
Update 03_visuals.md
Fix typo
1 parent a1c21f6 commit 4d1d1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RShiny/lessons/03_visuals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ plotOutput(outputId = "plot",
381381
brush = "<plot_brushID>")
382382
```
383383
384-
We can change `brush = "<plot_brushID>"` to `brush = brushOpt(id = "<plot_brushID>")`, which will give us access to a few more arguments in the table below:
384+
We can change `brush = "<plot_brushID>"` to `brush = brushOpts(id = "<plot_brushID>")`, which will give us access to a few more arguments in the table below:
385385
386386
| Argument | Description | Example |
387387
|----------|-------------|-----------|

0 commit comments

Comments
 (0)