diff --git a/_includes/tutorial/scoping.md b/_includes/tutorial/scoping.md index fbaf3778c..fb09bc3df 100644 --- a/_includes/tutorial/scoping.md +++ b/_includes/tutorial/scoping.md @@ -113,7 +113,7 @@ shinyServer(function(input, output) { # ... }) }) +{% endhighlight %} If you use the default value of `local=FALSE`, then the file will be sourced in the global environment. -{% endhighlight %}