Skip to content

Commit 5d90ecf

Browse files
committed
fixing typo found in PR mattmakai#57
1 parent c1ecfaa commit 5d90ecf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>Learning Programming</h1>
5353
<li>selecting a programming language, such as Python</li>
5454
<li>understanding the syntax and commands for the language</li>
5555
<li>writing code in the language, often using
56-
<a href="/application-dependencies.html">pre-exisitng code libraries</a> and
56+
<a href="/application-dependencies.html">pre-existing code libraries</a> and
5757
<a href="/web-frameworks.html">frameworks</a></li>
5858
<li>executing the program</li>
5959
<li>debugging errors and unexpected results</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>2015-06-18T08:37:39Z</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>2015-06-18T08:40:16Z</updated></feed>

learning-programming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>Learning Programming</h1>
4343
<li>selecting a programming language, such as Python</li>
4444
<li>understanding the syntax and commands for the language</li>
4545
<li>writing code in the language, often using
46-
<a href="/application-dependencies.html">pre-exisitng code libraries</a> and
46+
<a href="/application-dependencies.html">pre-existing code libraries</a> and
4747
<a href="/web-frameworks.html">frameworks</a></li>
4848
<li>executing the program</li>
4949
<li>debugging errors and unexpected results</li>

source/content/pages/02-learning-programming/01-learning-programming.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are many steps in learning how to program, including
1515
1. selecting a programming language, such as Python
1616
1. understanding the syntax and commands for the language
1717
1. writing code in the language, often using
18-
[pre-exisitng code libraries](/application-dependencies.html) and
18+
[pre-existing code libraries](/application-dependencies.html) and
1919
[frameworks](/web-frameworks.html)
2020
1. executing the program
2121
1. debugging errors and unexpected results

0 commit comments

Comments
 (0)