Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/tutorials/dotnet-app-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Begin by creating a new .NET console project using the [.NET CLI](/dotnet/core/t
dotnet new console -o GraphAppOnlyTutorial
```

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.
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.

```dotnetcli
dotnet run
Expand Down
Loading