Skip to content

Commit

Permalink
docs(contributing): Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed Sep 11, 2014
1 parent 4ef83b3 commit c780f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In order for us to help you please check that you've completed the following ste
* Made sure you're on the latest version `npm update -g generator-ionic`
* Used the search feature to ensure that the bug hasn't been reported before
* Included as much information about the bug as possible, including any output you've received, what OS and version you're on, etc.
* Shared the output from running the following command in your project root as this can also help track down the issue.
* Share the output from running the following command in your project root as this can also help track down the issue.

Unix: `yo --version && echo $PATH $NODE_PATH && node -e 'console.log(process.platform, process.versions)'`

Expand Down

0 comments on commit c780f55

Please sign in to comment.