Skip to content

Commit fb2be94

Browse files
libozRon Petrusha
authored andcommitted
Fix Typo in Tutorial Project (#931)
* fix typo * fix typo
1 parent 11c3f6d commit fb2be94

File tree

2 files changed

+2
-2
lines changed
  • csharp/tutorials/AsyncStreams

2 files changed

+2
-2
lines changed

csharp/tutorials/AsyncStreams/finished/IssuePRreport/IssuePRreport/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"))

csharp/tutorials/AsyncStreams/start/IssuePRreport/IssuePRreport/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"))

0 commit comments

Comments
 (0)