Skip to content

Fix minor typos in "Tutorial: Open a project from a repo" #7369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2021
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
4 changes: 2 additions & 2 deletions docs/get-started/tutorial-open-project-from-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.workload:
- "dotnetcore"
---
# Tutorial: Open a project from a repo
F

In this tutorial, you'll use Visual Studio to connect to a repository for the first time and then open a project from it.

If you haven't already installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads) page to install it for free.
Expand All @@ -39,7 +39,7 @@ Here's how.

1. Enter or type the repository location, and then select the **Clone** button.

:::image type="content" source="../ide/media/vs-2022/clone-repository-enter-location.png" alt-text="[Screenshot of the Clone a Repository dialog in Visual Studio where you enter a Git repo URL.":::
:::image type="content" source="../ide/media/vs-2022/clone-repository-enter-location.png" alt-text="Screenshot of the Clone a Repository dialog in Visual Studio where you enter a Git repo URL.":::

1. You might be asked for your user sign-in information in the **Git User Information** dialog box. You can either add your information or edit the default information it provides.

Expand Down