OSDN Git Service

Fix typo
authorDaniel Bachhuber <d@danielbachhuber.com>
Mon, 29 Apr 2013 01:07:39 +0000 (18:07 -0700)
committerDaniel Bachhuber <d@danielbachhuber.com>
Mon, 29 Apr 2013 01:07:39 +0000 (18:07 -0700)
features/post.feature

index ee5efed..d2677bb 100644 (file)
@@ -28,7 +28,7 @@ Feature: Manage WordPress posts
     When I run the previous command again
     Then the return code should be 1
 
-  Scenario: Creating/geting posts
+  Scenario: Creating/getting posts
     Given a WP install
 
     When I run `wp post create --post_title='Test post' --post_content='Test content.' --porcelain`