Skip to content

Commit 94a2424

Browse files
typo
1 parent d0ef69f commit 94a2424

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* `flow_view_deps()` accepts a list of functions as input, to display a diagram
1212
that starts from several functions.
1313
* `flow_view_deps()`'s `trim`, `promote`, `demote`, `trim` arguments support
14-
regular rexpressions.
14+
regular expressions.
1515
* `flow_view_doc()` and `flow_view_doc()` were simplified to output only html since
1616
the md output was rarely used and brittle.
1717
* `flow_debugonce()` is deprecated, use `flow_debug()` and `flow_undebug()`

R/11_flow_view_shiny.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' This function displays a shiny app's module structure, assuming it is built
55
#' on top of module functions named a certain way (adjustable through the `pattern` argument) and
66
#' calling each other. If you call for instance `flow_view_shiny()` on a function that runs the app and
7-
#' uses both the maon server and ui functions, you'll display the full graph of server and ui modules.
7+
#' uses both the main server and ui functions, you'll display the full graph of server and ui modules.
88
#'
99
#' It is wrapper around `flow_view_deps()` which demotes every object that is not
1010
#' a server function, a ui function or a function calling either. What is or isn't considered as a

docs/articles/experimental-functions.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/flow_view_shiny.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/flow_view_shiny.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/experimental-functions.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ Use the `out` argument to export these diagrams.
121121
## `flow_view_shiny()`
122122

123123
#' This function displays a shiny app's module structure, . If you call for instance `flow_view_shiny()` on a function that runs the app and
124-
#' uses both the maon server and ui functions, you'll display the full graph of server and ui modules.
124+
#' uses both the main server and ui functions, you'll display the full graph of server and ui modules.
125125

126126
`flow_view_shiny()` is a wrapper around `flow_view_deps()` to show the structure
127127
of a shiny app. It assumes the app is built on top of module functions named a certain way (adjustable through the `pattern` argument).
128128

129129
It works nicely on apps built with {golem} or follow the same
130130
kind of structure (good practice basically), such as those that you'd build following the
131-
recommendations in Hadley Wickham's "Mestering Shiny".
131+
recommendations in Hadley Wickham's "Mastering Shiny".
132132

133133
Apps that use `source()` are not well supported but it might come as we found it's quite common (though
134134
probably not good practice).

0 commit comments

Comments
 (0)