Skip to content

Commit 8e39226

Browse files
Update shiny/ui/_include_helpers.py
Co-authored-by: Carson Sievert <[email protected]>
1 parent afe3018 commit 8e39226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_include_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def include_js(
4141
cache the file.
4242
* ``"link_files"`` is the same as ``"link"``, but also allow for the JS file to
4343
request other files within ``path``'s immediate parent directory (e.g.,
44-
``@import()`` another file). Note that this isn't the default behavior because
44+
``import`` another file). Note that this isn't the default behavior because
4545
you should **be careful not to include files in the same directory as ``path``
4646
that contain sensitive information**. A good general rule of thumb to follow
4747
is to have ``path`` be located in a subdirectory of the app directory. For

0 commit comments

Comments
 (0)