Skip to content

Commit

Permalink
Fixed title errors and inconsistencies (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
durkode authored and kay-is committed Jun 11, 2017
1 parent 9e3bae1 commit 62dc278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 03-nested-elements.html
Original file line number Diff line number Diff line change
@@ -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/[email protected]/dist/react.js"></script>
<script src="https://unpkg.com/[email protected]/dist/react-dom.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion 13-element-refactor.html
Original file line number Diff line number Diff line change
@@ -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/[email protected]/dist/react.js"></script>
<script src="https://unpkg.com/[email protected]/dist/react-dom.js"></script>
Expand Down

0 comments on commit 62dc278

Please sign in to comment.