File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/tutorials/AsyncStreams
finished/IssuePRreport/IssuePRreport
start/IssuePRreport/IssuePRreport Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ static async Task Main(string[] args)
5151 // - public_repo
5252 // Replace the 3rd parameter to the following code with your GitHub access token.
5353 var key = GetEnvVariable ( "GitHubKey" ,
54- "You must store you GitHub key in the 'GitHubKey' environment variable" ,
54+ "You must store your GitHub key in the 'GitHubKey' environment variable" ,
5555 "" ) ;
5656
5757 var client = new GitHubClient ( new Octokit . ProductHeaderValue ( "IssueQueryDemo" ) )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ static async Task Main(string[] args)
6161 // - public_repo
6262 // Replace the 3rd parameter to the following code with your GitHub access token.
6363 var key = GetEnvVariable ( "GitHubKey" ,
64- "You must store you GitHub key in the 'GitHubKey' environment variable" ,
64+ "You must store your GitHub key in the 'GitHubKey' environment variable" ,
6565 "" ) ;
6666
6767 var client = new GitHubClient ( new Octokit . ProductHeaderValue ( "IssueQueryDemo" ) )
You can’t perform that action at this time.
0 commit comments