diff --git a/docs/next/troubleshooting.html b/docs/next/troubleshooting.html index 6fd58f235cb..67f9d76c6bc 100644 --- a/docs/next/troubleshooting.html +++ b/docs/next/troubleshooting.html @@ -8,7 +8,7 @@
The React Native packager runs on port 8081. If another process is already using that port, you can either terminate that process, or change the port that the packager uses.
Run the following command on a Mac to find the id for the process that is listening on port 8081:
+Run the following command to find the id for the process that is listening on port 8081:
$ sudo lsof -i :8081
Then run the following to terminate the process: