Skip to content

Commit 7525f41

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

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
@@ -36,7 +36,7 @@ def include_js(
3636
method
3737
One of the following:
3838
39-
* ``"link"`` is the link to the JS file via a :func:`~shiny.ui.tags.link` tag. This
39+
* ``"link"`` is the link to the JS file via a :func:`~shiny.ui.tags.script` tag. This
4040
method is generally preferable to ``"inline"`` since it allows the browser to
4141
cache the file.
4242
* ``"link_files"`` is the same as ``"link"``, but also allow for the JS file to

0 commit comments

Comments
 (0)