Skip to content

Commit afe3018

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

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
@@ -49,7 +49,7 @@ def include_js(
4949
should be somewhere like ``/app/css/custom.css`` (and all the other relevant
5050
accompanying 'safe' files should be located under ``/app/css/``).
5151
* ``"inline"`` is the inline the JS file contents within a
52-
:func:`~shiny.ui.tags.style` tag.
52+
:func:`~shiny.ui.tags.script` tag.
5353
**kwargs
5454
Attributes which are passed on to `~shiny.ui.tags.script`.
5555

0 commit comments

Comments
 (0)