Skip to content

Commit d35f96e

Browse files
Merge pull request #353 from r-kowalczyk/patch-3
Spelling mistake
2 parents ded5c17 + 2660bbb commit d35f96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-planning-ahead.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Splitting a `{shiny}` project is made possible by following two methods:
8888
- **Extract your core "non-reactive" functions, which we will also call the "business logic", and include them in external files**, so that you can work on these outside of the app.
8989
Working on independent functions to implement features will prevent you from relaunching the whole application every time you need to add something new.
9090

91-
- **Split your app into `{shiny}` modules**, so that your app can be though of as a tree, making it possible for every developer to concentrate on one node, and only one, instead of having to think about the global infrastructure when implementing features.
91+
- **Split your app into `{shiny}` modules**, so that your app can be thought of as a tree, making it possible for every developer to concentrate on one node, and only one, instead of having to think about the global infrastructure when implementing features.
9292

9393
Figure \@ref(fig:02-planning-ahead-1) is, for example, a representation of a `{shiny}` application with modules and sub-modules.
9494
You will not be able to decipher the text inside the node, but the idea is to give you a sense of how a `{shiny}` application with modules can be organized and split into smaller pieces that are all related to each other in a tree form.

0 commit comments

Comments
 (0)