diff --git a/docs/jsx-in-depth.md b/docs/jsx-in-depth.md
index 033e0039..676d30fd 100644
--- a/docs/jsx-in-depth.md
+++ b/docs/jsx-in-depth.md
@@ -70,7 +70,7 @@ var MyComponents = {
}
function BlueDatePicker() {
- return ;
+ return ;
}
```
diff --git a/docs/reconciliation.md b/docs/reconciliation.md
index 9860972e..0f9f25c3 100644
--- a/docs/reconciliation.md
+++ b/docs/reconciliation.md
@@ -117,14 +117,14 @@ In order to solve this issue, React supports a `key` attribute. When children ha
```xml
- - Duke
- - Villanova
+ - Duke
+ - Villanova
- - Connecticut
- - Duke
- - Villanova
+ - Connecticut
+ - Duke
+ - Villanova
```