Skip to content

Commit deb2d07

Browse files
committed
Merge pull request #18 from Gerhut/patch-1
fix typo
2 parents 921c4d3 + c2e0586 commit deb2d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ via react-lite:
6060
- Do not support React-addons(for example ReactCSSTransitionGroup)
6161
- use React in server side rendering, and use React-lite in browser
6262
* react-lite will replace the dom tree with new dom tree
63-
* you had better aviod `script|head|link` tag in client side
63+
* you had better avoid `script|head|link` tag in client side
6464
- the rule about setting props
6565
* if `propName in dom` is `true` then `dom[propName]=propValue`
6666
* else: `dom.setAttribute(propName, propValue)`

0 commit comments

Comments
 (0)