summaryrefslogtreecommitdiff
path: root/docs/pelican-themes.rst
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2015-05-24 12:58:00 +0100
committerAlex Chan <alex@alexwlchan.net>2015-05-24 13:08:23 +0100
commitf8f89a84761ede361fd97b15d96f0a7cdbef2c31 (patch)
treed46285e7227d47de3c19625c0a9bb1500da9b017 /docs/pelican-themes.rst
parent72a0e626dde5c7b5b684476e6d3ab87c5ca540c8 (diff)
downloadpelican-f8f89a84761ede361fd97b15d96f0a7cdbef2c31.tar.gz
Fix spelling mistakes in docs
Diffstat (limited to 'docs/pelican-themes.rst')
-rw-r--r--docs/pelican-themes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pelican-themes.rst b/docs/pelican-themes.rst
index 7090c648..e18ebadf 100644
--- a/docs/pelican-themes.rst
+++ b/docs/pelican-themes.rst
@@ -130,11 +130,11 @@ This is useful for theme development:
$ sudo pelican-themes -s ~/Dev/Python/pelican-themes/two-column
$ pelican ~/Blog/content -o /tmp/out -t two-column
$ firefox /tmp/out/index.html
- $ vim ~/Dev/Pelican/pelican-themes/two-coumn/static/css/main.css
+ $ vim ~/Dev/Pelican/pelican-themes/two-column/static/css/main.css
$ pelican ~/Blog/content -o /tmp/out -t two-column
- $ cp /tmp/bg.png ~/Dev/Pelican/pelican-themes/two-coumn/static/img/bg.png
+ $ cp /tmp/bg.png ~/Dev/Pelican/pelican-themes/two-column/static/img/bg.png
$ pelican ~/Blog/content -o /tmp/out -t two-column
- $ vim ~/Dev/Pelican/pelican-themes/two-coumn/templates/index.html
+ $ vim ~/Dev/Pelican/pelican-themes/two-column/templates/index.html
$ pelican ~/Blog/content -o /tmp/out -t two-column