Skip to content

Commit

Permalink
Merge pull request #29 from wp-cli/third-person-singular
Browse files Browse the repository at this point in the history
Update a few more references to third-person singular
  • Loading branch information
gitlost authored Dec 11, 2017
2 parents 00f02d2 + b0961dc commit 78dbdbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wp-cli/export-command
=====================

Export WordPress content to a WXR file.
Exports WordPress content to a WXR file.

[![Build Status](https://travis-ci.org/wp-cli/export-command.svg?branch=master)](https://travis-ci.org/wp-cli/export-command)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-cli/export-command",
"description": "Export WordPress content to a WXR file.",
"description": "Exports WordPress content to a WXR file.",
"type": "wp-cli-package",
"homepage": "https://github.com/wp-cli/export-command",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion src/Export_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define( 'WP_CLI_EXPORT_COMMAND_NO_SPLIT', '-1' );

/**
* Export WordPress content to a WXR file.
* Exports WordPress content to a WXR file.
*
* ## EXAMPLES
*
Expand Down

0 comments on commit 78dbdbd

Please sign in to comment.