diff --git a/packages/react-dev-utils/README.md b/packages/react-dev-utils/README.md index 2d7ff38f081..4d1e6ad3020 100644 --- a/packages/react-dev-utils/README.md +++ b/packages/react-dev-utils/README.md @@ -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., ```