Skip to content

Commit

Permalink
Update README on port helpers, to specify only one port returned
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcnally committed Nov 22, 2016
1 parent 89ffa37 commit e25f113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ compiler.plugin('done', function(stats) {

#### `getProcessForPort(port: number): string`

Finds the currently running process(es) on `port`.
Finds the currently running process on `port`.
Returns a string containing the name and directory, e.g.,

```
Expand Down

0 comments on commit e25f113

Please sign in to comment.