From 8c6712d0676c7857df3d9a5d93a52f2527806dc8 Mon Sep 17 00:00:00 2001 From: Lennart Klein <31488915+kleinlennart@users.noreply.github.com> Date: Sat, 18 Dec 2021 09:12:04 -0500 Subject: [PATCH] fixed tense and preposition errors --- action-transfer.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-transfer.Rmd b/action-transfer.Rmd index 17bfea26..69158ec9 100644 --- a/action-transfer.Rmd +++ b/action-transfer.Rmd @@ -482,7 +482,7 @@ demo$deploy() In this chapter, you've learned how to transfer files to and from the user using `fileInput()` and `downloadButton()`. Most of the challenges arise either handling the uploaded files or generating the files to download, so I showed you how to handle a couple of common cases. -If I didn't cover your specific challenge here, you'll need to apply your own unique creativity the problem 😄. +If I didn't cover your specific challenge here, you'd need to apply your own unique creativity to the problem 😄. The next chapter will help you handle a common challenge when working with user supplied data: you need to dynamically adapt the user interface to better fit the data. I'll start with some simple techniques that are easy to understand and can be applied in many situations, gradually working our way up to fully a dynamic user-interface generated by code.