Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ var conf = pmx.initModule({

In the main Keymetrics dashboard, the modules will have a button called "Configure". Once you click on it you will be able to access or/and modify all configuration variables exposed on the package.json!

## Wanna share your module?
## Want to share your module?

If you built a module, please send us an email, we will promote your module and add it to Keymetrics: [https://keymetrics.io/contact/](https://keymetrics.io/contact/)

Expand Down
2 changes: 1 addition & 1 deletion docs/features/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You simply have to copy/paste the line PM2 gives you and the startup script will

**Important**

Once you started all the applications you want to manage, you have to save the list you wanna respawn at machine reboot with:
Once you started all the applications you want to manage, you have to save the list you want to respawn at machine reboot with:

```bash
pm2 save
Expand Down
2 changes: 1 addition & 1 deletion docs/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ You simply have to copy/paste the line PM2 gives you and the startup script will

**Important**

Once you started all the applications you want to manage, you have to save the list you wanna respawn at machine reboot with:
Once you started all the applications you want to manage, you have to save the list you want to respawn at machine reboot with:

```bash
pm2 save
Expand Down