Skip to content

Commit e25f113

Browse files
committed
Update README on port helpers, to specify only one port returned
1 parent 89ffa37 commit e25f113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ compiler.plugin('done', function(stats) {
144144

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

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

150150
```

0 commit comments

Comments
 (0)