Fixed title errors and inconsistencies (#6)

This commit is contained in:
Hamish Durkin
2017-06-12 00:58:09 +10:00
committed by Kay Plößer
parent 9e3bae1aec
commit 62dc2789ae
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html>
<title>3 Nested Elements - React From Zero</title>
<title>03 Nested Elements - React From Zero</title>
<script src="https://unpkg.com/react@15.4.2/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15.4.2/dist/react-dom.js"></script>

View File

@@ -1,6 +1,6 @@
<!doctype html>
<title>12 Component Refactor - React From Zero</title>
<title>13 Element Refactor - React From Zero</title>
<script src="https://unpkg.com/react@15.4.2/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15.4.2/dist/react-dom.js"></script>