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)
51
51
// - public_repo
52
52
// Replace the 3rd parameter to the following code with your GitHub access token.
53
53
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" ,
55
55
"" ) ;
56
56
57
57
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)
61
61
// - public_repo
62
62
// Replace the 3rd parameter to the following code with your GitHub access token.
63
63
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" ,
65
65
"" ) ;
66
66
67
67
var client = new GitHubClient ( new Octokit . ProductHeaderValue ( "IssueQueryDemo" ) )
You can’t perform that action at this time.
0 commit comments