From 0e59475a1cc501dcb7a5a809b442993e6fb51c63 Mon Sep 17 00:00:00 2001 From: Aaron Mayzes Date: Fri, 8 May 2015 19:29:28 -0600 Subject: [PATCH] Update index.Rmd Fix typo --- 09_DevelopingDataProducts/shiny2/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_DevelopingDataProducts/shiny2/index.Rmd b/09_DevelopingDataProducts/shiny2/index.Rmd index a0894e59d..146c8bc64 100644 --- a/09_DevelopingDataProducts/shiny2/index.Rmd +++ b/09_DevelopingDataProducts/shiny2/index.Rmd @@ -84,7 +84,7 @@ shinyServer( --- ## Try it * type `runApp()` -* Notice hitting refresh incriments `y` but enterting values in the textbox does not +* Notice hitting refresh increments `y` but enterting values in the textbox does not * Notice `x` is always 1 * Watch how it updated `text1` and `text2` as needed. * Doesn't add 1 to text1 every time a new `text2` is input.