Skip to content

Commit 99bf318

Browse files
authored
Merge pull request #9717 from JamesSkemp/patch-1
Fix folder name in .NET App Only docs
2 parents 24c770e + fb1aa6d commit 99bf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/tutorials/dotnet-app-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Begin by creating a new .NET console project using the [.NET CLI](/dotnet/core/t
4343
dotnet new console -o GraphAppOnlyTutorial
4444
```
4545
46-
1. Once the project is created, verify that it works by changing the current directory to the **GraphTutorial** directory and running the following command in your CLI.
46+
1. Once the project is created, verify that it works by changing the current directory to the **GraphAppOnlyTutorial** directory and running the following command in your CLI.
4747
4848
```dotnetcli
4949
dotnet run

0 commit comments

Comments
 (0)