Skip to content

Fix typos in docs\ide #7582

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
Jan 26, 2022
Merged
Show file tree
Hide file tree
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/ide/reference/inline-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ This refactoring applies to:

Select **Inline `<QualifiedMethodName>`** to remove the inline method declaration:

![Screeenshot of the Quick Actions and Refactorings menu in Visual Studio with Convert 'Inline 'CreateWidget()' selected and C# code changes shown.](media/inline-method-remove-declaration.png)
![Screenshot of the Quick Actions and Refactorings menu in Visual Studio with Convert 'Inline 'CreateWidget()' selected and C# code changes shown.](media/inline-method-remove-declaration.png)

Select **Inline and keep `<QualifiedMethodName>`** to preserve the original method declaration:

![Screeenshot of the Quick Actions and Refactorings menu in Visual Studio with Convert 'Inline and keep 'CreateWidget()' selected and C# code changes shown.](media/inline-method-preserve-declaration.png)
![Screenshot of the Quick Actions and Refactorings menu in Visual Studio with Convert 'Inline and keep 'CreateWidget()' selected and C# code changes shown.](media/inline-method-preserve-declaration.png)

## See also

Expand Down
4 changes: 2 additions & 2 deletions docs/ide/reference/wrap-indent-align-refactorings.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This refactoring applies to:
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3. Select **Wrap call chain** or **Wrap and align call chain** to accept the refactoring.

![Screeenshot of the Quick Actions and Refactorings menu in Visual Studio with Warap call chain selected and C# code changes shown.](media/wrap-call-chain.png)
![Screenshot of the Quick Actions and Refactorings menu in Visual Studio with Wrap call chain selected and C# code changes shown.](media/wrap-call-chain.png)

## Wrap, indent, and align parameters or arguments

Expand Down Expand Up @@ -80,7 +80,7 @@ This refactoring applies to:
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3. Select **Wrap expression** to accept the refactoring.

![Screeenshot of the Quick Actions and Refactorings menu in Visual Studio with Warap expression selected and C# code changes shown.](media/wrap-binary-expression.png)
![Screenshot of the Quick Actions and Refactorings menu in Visual Studio with Wrap expression selected and C# code changes shown.](media/wrap-binary-expression.png)

## See also

Expand Down
2 changes: 1 addition & 1 deletion docs/ide/signing-in-to-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ While you don't have to sign in, there are many advantages to doing so.

2. Choose a Microsoft account or a work or school account. If you don't have one, [create a Microsoft account for free](https://support.microsoft.com/help/4026324/microsoft-account-how-to-create) by selecting the link near the **Sign in** button.

3. Choose your preferred color theme and other the UI settings. Visual Studio [remembers these settings and synchronizes](../ide/synchronized-settings-in-visual-studio.md) them across all Visual Studio environments you have signed in to. You can change the settings later if you open the **Tools** > **Options** menu in Visual Studio.
3. Choose your preferred color theme and other UI settings. Visual Studio [remembers these settings and synchronizes](../ide/synchronized-settings-in-visual-studio.md) them across all Visual Studio environments you have signed in to. You can change the settings later if you open the **Tools** > **Options** menu in Visual Studio.

You can see that you're successfully signed in the upper-right corner of the Visual Studio environment. Unless you sign out, you're automatically signed in to Visual Studio whenever you start it, and any changes to synchronized settings are automatically applied.

Expand Down
2 changes: 1 addition & 1 deletion docs/ide/visual-studio-multi-targeting-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When you work on a project that targets an earlier framework version, Visual Stu

- It filters items in the **Add New Item** dialog box, the **Add New Reference** dialog box, and the **Add Service Reference** dialog box to omit choices that are not available in the targeted version.

- It filters custom controls in the **Toolbox** to remove those that are not available in the targeted version and to show the only the most up-to-date controls when multiple controls are available.
- It filters custom controls in the **Toolbox** to remove those that are not available in the targeted version and to show only the most up-to-date controls when multiple controls are available.

- It filters **IntelliSense** to omit language features that aren't available in the targeted version.

Expand Down
2 changes: 1 addition & 1 deletion docs/ide/work-with-github-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can add your public GitHub account if you're already signed in to Visual Stu

:::image type="content" source="../ide/media/show-both-accounts.png" alt-text="Both accounts showing":::

If you're not already signed in to Visual Studio with a different account,select the **Sign in** link in the upper-right corner of the Visual Studio environment. You can also open the Account Settings dialog by going to **File** > **Account Settings**. Then, follow the instructions above to add your GitHub account.
If you're not already signed in to Visual Studio with a different account, select the **Sign in** link in the upper-right corner of the Visual Studio environment. You can also open the Account Settings dialog by going to **File** > **Account Settings**. Then, follow the instructions above to add your GitHub account.

![Not signed in user](../ide/media/vs2019_usernotsignedin.png)

Expand Down