@@ -963,7 +963,7 @@ Dash <- R6::R6Class(
963
963
# set the modtime to track state of the Dash app directory
964
964
# this calls getAppPath, which will try three approaches to
965
965
# identifying the local app path (depending on whether the app
966
- # is invoked via script, source(), or executed dire ctly from console)
966
+ # is invoked via script, source(), or executed directly from console)
967
967
self $ config $ ui <- dev_tools_ui
968
968
969
969
if (dev_tools_hot_reload ) {
@@ -1148,7 +1148,7 @@ Dash <- R6::R6Class(
1148
1148
# assuming private$layout is either a function or a list of components...
1149
1149
layout_ <- if (is.function(private $ layout_ )) private $ layout_() else private $ layout_
1150
1150
1151
- # accomodate functions that return a single component
1151
+ # accommodate functions that return a single component
1152
1152
if (is.component(layout_ )) layout_ <- list (layout_ )
1153
1153
1154
1154
# make sure we are working with a list of components
@@ -1468,7 +1468,7 @@ Dash <- R6::R6Class(
1468
1468
! is.null(v [[" script" ]]) && tools :: file_ext(v [[" script" ]]) == " map"
1469
1469
}, logical (1 ))]
1470
1470
1471
- # styleheets always go in header
1471
+ # stylesheets always go in header
1472
1472
css_deps <- compact(lapply(depsAll , function (dep ) {
1473
1473
if (is.null(dep $ stylesheet )) return (NULL )
1474
1474
dep $ script <- NULL
0 commit comments