From 1796294d860448dcc2a14dd53bf9440a72487aba Mon Sep 17 00:00:00 2001 From: amillerSSD <76002781+amillerSSD@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:04:28 -0700 Subject: [PATCH] Update _index.en.md Fixed typo. --- content/self-host/windows/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/self-host/windows/_index.en.md b/content/self-host/windows/_index.en.md index 9db3b4a..8a00cad 100644 --- a/content/self-host/windows/_index.en.md +++ b/content/self-host/windows/_index.en.md @@ -9,7 +9,7 @@ There are some benefits to using NSSM: - Backwards compatibility with older windows (Windows Server 2008R2/Windows 7 and earlier although untested). - Ideal for Windows Server - Auto start on boot without login (The user who created the startup entry does not need to log on for it to start). -- Running both binaies as Services. +- Running both binaries as Services. - Standalone (no dependency on nodejs) While the benefits of pm2 include: