From bdcc50d3c7ef9a5c0d3ce500eded4a0c431171c1 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 3 Apr 2013 14:06:38 -0500 Subject: [PATCH] Fix up a few places where words were missing. This makes the text sound better when I read it out loud. --- site/_posts/2012-07-01-migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index 38c61d81..259c949f 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -50,7 +50,7 @@ Where IMPORTER is the name of the specific importer. ### Wordpress export files If hpricot is not already installed, you will need to run `gem install hpricot`. -Next, export your blog using the Wordpress export utility. Assuming that +Next, export your blog using the Wordpress export utility. Assuming that the exported file is saved as `wordpress.xml`, here is the command you need to run: {% highlight bash %} @@ -72,7 +72,7 @@ $ ruby -rubygems -e 'require "jekyll/migrators/wordpress"; Jekyll::WordPress.process("database", "user", "pass")' {% endhighlight %} -If you are using Webfaction and have to set an [SSH tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), make sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block your access based on localhost and `127.0.0.1` not being equivalent in its authentication system: +If you are using Webfaction and have to set up an [SSH tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), be sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block your access based on localhost and `127.0.0.1` not being equivalent in its authentication system: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/migrators/wordpress";