We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe3018 commit 8e39226Copy full SHA for 8e39226
shiny/ui/_include_helpers.py
@@ -41,7 +41,7 @@ def include_js(
41
cache the file.
42
* ``"link_files"`` is the same as ``"link"``, but also allow for the JS file to
43
request other files within ``path``'s immediate parent directory (e.g.,
44
- ``@import()`` another file). Note that this isn't the default behavior because
+ ``import`` another file). Note that this isn't the default behavior because
45
you should **be careful not to include files in the same directory as ``path``
46
that contain sensitive information**. A good general rule of thumb to follow
47
is to have ``path`` be located in a subdirectory of the app directory. For
0 commit comments