Skip to content

Commit afe79d1

Browse files
committed
fix typo
1 parent 7200d47 commit afe79d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_django/templatetags/reactpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def component(
5151
class: The HTML class to apply to the top-level component div.
5252
key: Force the component's root node to use a specific key value. Using \
5353
key within a template tag is effectively useless.
54-
host: The host to use for the ReactPy connections. If set to `None`, \
54+
host: The host to use for ReactPy connections. If set to `None`, \
5555
the host will be automatically configured. \
5656
Example values include: `localhost:8000`, `example.com`, `example.com/subdir`
5757
prerender: Configures whether to pre-render this component, which \

0 commit comments

Comments
 (0)