From 4e53dc36282093a231d4f53f0dd78639b6d01920 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 13 Apr 2021 20:22:45 -0700 Subject: [PATCH] Typo. --- Server.Installer/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.Installer/Program.cs b/Server.Installer/Program.cs index 865e13ec..ad6d6137 100644 --- a/Server.Installer/Program.cs +++ b/Server.Installer/Program.cs @@ -55,7 +55,7 @@ namespace Server.Installer "GitHub credentials to build a customized Remotely package and install it on this server."); ConsoleHelper.WriteLine("You will need to enter a GitHub Personal Access Token, which will " + - "allow this app to access fork of the Remotely repo. You can generate a PAT at " + + "allow this app to access your fork of the Remotely repo. You can generate a PAT at " + "https://github.com/settings/tokens. You need to give it the \"repo\" scope."); ConsoleHelper.WriteLine("Be sure to retain your GitHub Personal Access Token if you want to re-use it " +