From abbaa53252354178fc25090f8d3a1624d8eff71f Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Sat, 28 Dec 2019 18:01:15 -0800 Subject: [PATCH] win32-openssh: fix typo in notes (#684) --- bucket/win32-openssh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/win32-openssh.json b/bucket/win32-openssh.json index 7127a07261..f74fdca206 100644 --- a/bucket/win32-openssh.json +++ b/bucket/win32-openssh.json @@ -33,7 +33,7 @@ "notes": [ "This is a pre-release (non-production ready)", "Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.", - "Run 'sudo $dir\\uninstall-sshd.ps1' them service." + "Run 'sudo $dir\\uninstall-sshd.ps1' to uninstall the services." ], "checkver": { "re": "v(\\d+\\.\\d+\\.\\d+\\.\\d+[a-zA-Z-\\d]*)",