From 7eea3860e5bf072f97466ac483c1c66cf2a96f1c Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Sat, 23 Nov 2019 16:44:54 +0100 Subject: [PATCH] Fix typo --- docs/3.0.0-beta.x/guides/process-manager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.0.0-beta.x/guides/process-manager.md b/docs/3.0.0-beta.x/guides/process-manager.md index bc979f9cc6..5198b16e03 100644 --- a/docs/3.0.0-beta.x/guides/process-manager.md +++ b/docs/3.0.0-beta.x/guides/process-manager.md @@ -60,11 +60,11 @@ You can also start your process manager using the `yarn start` command. ## Configuration file -PM2 let you create a config file to save all information to start your sever properly at anytime. +PM2 lets you create a config file to save all information to start your server properly at anytime. By running `pm2 init` it will init an `ecosystem.config.js` in your application. -Then replace the content of this files by the following code +Then replace the content of this file by the following code. ```js module.exports = {