Skip to content

Commit e0b175a

Browse files
authoredOct 16, 2024··
fix typos in scaling.Rmd (#603)
minor fixes to text in the best practices introduction section
1 parent bc9da34 commit e0b175a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎scaling.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ In this, the "best practices", part of the book, you'll learn some key concepts
1919

2020
- In Chapter \@ref(best-practices), I'll briefly introduce you to the big ideas of software engineering.
2121

22-
- In Chapter \@ref(scaling-functions), I'll show you how to extract code out of your Shiny app in to independent apps, and discuss why you might want to do so.
22+
- In Chapter \@ref(scaling-functions), I'll show you how to extract code out of your Shiny app into independent apps, and discuss why you might want to do so.
2323

2424
- In Chapter \@ref(scaling-modules), you'll learn about Shiny's module system, which allows you to extract coupled UI and server code into isolated and reusable components.
2525

26-
- In Chapter \@ref(scaling-packaging), I'll show you how to turn your app in R package, and motivate why that investment will pay off for bigger apps.
26+
- In Chapter \@ref(scaling-packaging), I'll show you how to turn your app into an R package, and motivate why that investment will pay off for bigger apps.
2727

28-
- In Chapter \@ref(scaling-testing), you'll learn how to turn your existing informal tests into automated test that can easily be re-run whenever your app changes.
28+
- In Chapter \@ref(scaling-testing), you'll learn how to turn your existing informal tests into automated tests that can easily be re-run whenever your app changes.
2929

3030
- In Chapter \@ref(performance), you'll learn how to identify and resolve performance bottlenecks in your apps, ensuring they remain speedy even when used by hundreds of users.
3131

0 commit comments

Comments
 (0)
Please sign in to comment.