We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921c4d3 + c2e0586 commit deb2d07Copy full SHA for deb2d07
1 file changed
README.md
@@ -60,7 +60,7 @@ via react-lite:
60
- Do not support React-addons(for example ReactCSSTransitionGroup)
61
- use React in server side rendering, and use React-lite in browser
62
* react-lite will replace the dom tree with new dom tree
63
- * you had better aviod `script|head|link` tag in client side
+ * you had better avoid `script|head|link` tag in client side
64
- the rule about setting props
65
* if `propName in dom` is `true` then `dom[propName]=propValue`
66
* else: `dom.setAttribute(propName, propValue)`
0 commit comments