Skip to content

Commit a15ad2d

Browse files
committed
fixing typo on vim page
1 parent f7bdc9b commit a15ad2d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ <h2>Vim tutorials</h2>
868868
<p>In <a href="http://mislav.uniqpath.com/2011/12/vim-revisited/">Vim: revisited</a> the
869869
author explains his on-again off-again relationship with using Vim. He then
870870
shows how he configures and uses the editor so it sticks as his primary
871-
code editting tool.</p>
871+
code editing tool.</p>
872872
</li>
873873
</ul>
874874
<h2>Vim Python IDE bundles and resources</h2>

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-07-21T19:53:29Z</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-07-21T20:05:11Z</updated></feed>

source/content/pages/02-learning-programming/08-vim.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ to get started with these tutorials.
118118
* In [Vim: revisited](http://mislav.uniqpath.com/2011/12/vim-revisited/) the
119119
author explains his on-again off-again relationship with using Vim. He then
120120
shows how he configures and uses the editor so it sticks as his primary
121-
code editting tool.
121+
code editing tool.
122122

123123

124124
## Vim Python IDE bundles and resources

vim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2>Vim tutorials</h2>
138138
<p>In <a href="http://mislav.uniqpath.com/2011/12/vim-revisited/">Vim: revisited</a> the
139139
author explains his on-again off-again relationship with using Vim. He then
140140
shows how he configures and uses the editor so it sticks as his primary
141-
code editting tool.</p>
141+
code editing tool.</p>
142142
</li>
143143
</ul>
144144
<h2>Vim Python IDE bundles and resources</h2>

0 commit comments

Comments
 (0)