Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix(vscode-github): update command texts
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 9, 2016
1 parent b7bdd77 commit 8649cc0
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -23,4 +23,4 @@ The 'GitHub: Set Personal Access Token' should be executed for that.
![Create pull request](./images/create-pull-request.png)

* Checkout one of the open pull requests
* Browser one of the open pull requests in your default browser
* Browse one of the open pull requests in your default browser
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
{
"command": "extension.checkoutPullRequests",
"title": "GitHub: Checkout open pull requests..."
"title": "GitHub: Checkout open pull request..."
},
{
"command": "extension.browserPullRequest",
"title": "GitHub: Browser open pull request..."
"title": "GitHub: Browse open pull request..."
}
]
},
Expand Down

0 comments on commit 8649cc0

Please sign in to comment.