From 23400f062047d9deb27917b1fe73718e951c44f6 Mon Sep 17 00:00:00 2001 From: Karl Broman Date: Wed, 9 Oct 2013 10:17:55 -0500 Subject: [PATCH] Fix typo: "deeper loop" -> "deeper look" --- _includes/tutorial/reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorial/reactivity.md b/_includes/tutorial/reactivity.md index b76826bae..689b0c9f9 100644 --- a/_includes/tutorial/reactivity.md +++ b/_includes/tutorial/reactivity.md @@ -53,7 +53,7 @@ This expression will be re-executed (and its output re-rendered in the browser) ### Back to the Code -Now that we've taken a deeper loop at some of the core concepts, let's revisit the source code and try to understand what's going on in more depth. The user interface definition has been updated to include a text-input field that defines a caption. Other than that it's very similar to the previous example: +Now that we've taken a deeper look at some of the core concepts, let's revisit the source code and try to understand what's going on in more depth. The user interface definition has been updated to include a text-input field that defines a caption. Other than that it's very similar to the previous example: #### ui.R