new line at end of nac_docs; update to entry 4

This commit is contained in:
Cheng Lou
2013-10-29 14:02:20 -04:00
parent efaba68663
commit ee8fa3760d
2 changed files with 4 additions and 2 deletions

View File

@@ -39,4 +39,4 @@
</ul>
</div>
{% endfor %}
</div>
</div>

View File

@@ -9,4 +9,6 @@ next: jsx-root-node-count.html
In JSX, `<MyComponent />` alone is valid while `<MyComponent>` isn't.
Related: every React component can be self-closing: `<div/>`.
> Note:
>
> Every React component can be self-closing: `<div />`. `<div></div>` is also an equivalent.