Skip to content

Commit cfb1297

Browse files
committed
Documentation improvements
1 parent e3ceeb4 commit cfb1297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ React's codebase.
138138
Be aware that the mounting strategy used by `render_js` is fairly basic, if you want to use
139139
a more custom solution there are a couple of helpers provided to assist:
140140
```python
141-
The data used to render the component, this can be plugged straight into the client-side
141+
# The data used to render the component, this can be plugged straight into the client-side
142142
print(component.render_props())
143143

144144
# The bundled component (a WebpackBundle instance)

0 commit comments

Comments
 (0)