We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7200d47 commit afe79d1Copy full SHA for afe79d1
src/reactpy_django/templatetags/reactpy.py
@@ -51,7 +51,7 @@ def component(
51
class: The HTML class to apply to the top-level component div.
52
key: Force the component's root node to use a specific key value. Using \
53
key within a template tag is effectively useless.
54
- host: The host to use for the ReactPy connections. If set to `None`, \
+ host: The host to use for ReactPy connections. If set to `None`, \
55
the host will be automatically configured. \
56
Example values include: `localhost:8000`, `example.com`, `example.com/subdir`
57
prerender: Configures whether to pre-render this component, which \
0 commit comments