Skip to content

Commit 7ae5671

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

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
@@ -46,7 +46,7 @@ def include_js(
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
4848
example, if the app's source is located at ``/app/app.py``, then ``path``
49-
should be somewhere like ``/app/css/custom.css`` (and all the other relevant
49+
should be somewhere like ``/app/js/custom.js`` (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
5252
:func:`~shiny.ui.tags.script` tag.

0 commit comments

Comments
 (0)