Skip to content

Commit c798a7f

Browse files
committed
fixing typo in change log
1 parent 846d164 commit c798a7f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

all.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,8 @@ <h1>Change Log</h1>
36753675
<h2>2014</h2>
36763676
<h3>August</h3>
36773677
<ul>
3678-
<li>Updated change log so it's easier to read and broken down by sections.</li>
3678+
<li>Updated table of contents so it's easier to read and broken down by
3679+
sections.</li>
36793680
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from
36803681
design topics and resources.</li>
36813682
<li>New resources for code metrics and NoSQL databases.</li>

change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3>August</h3>
4848
<ul>
49-
<li>Updated change log so it's easier to read and broken down by sections.</li>
49+
<li>Updated table of contents so it's easier to read and broken down by
50+
sections.</li>
5051
<li>Added new <a href="/web-design.html">Web Design</a> page to cleanly separate CSS from
5152
design topics and resources.</li>
5253
<li>New resources for code metrics and NoSQL databases.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-19T15:05:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-20T10:50:46Z</updated></feed>

source/content/pages/11-misc/1103-change-log.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ the
2424

2525
## 2014
2626
### August
27-
* Updated change log so it's easier to read and broken down by sections.
27+
* Updated table of contents so it's easier to read and broken down by
28+
sections.
2829
* Added new [Web Design](/web-design.html) page to cleanly separate CSS from
2930
design topics and resources.
3031
* New resources for code metrics and NoSQL databases.

0 commit comments

Comments
 (0)