Skip to content

Commit 30eb656

Browse files
authored
Fix typos in docs\ide (#7582)
1 parent 0207cef commit 30eb656

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/ide/reference/inline-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ This refactoring applies to:
3737

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

40-
![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)
40+
![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)
4141

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

44-
![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)
44+
![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)
4545

4646
## See also
4747

docs/ide/reference/wrap-indent-align-refactorings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This refactoring applies to:
3535
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3636
3. Select **Wrap call chain** or **Wrap and align call chain** to accept the refactoring.
3737

38-
![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)
38+
![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)
3939

4040
## Wrap, indent, and align parameters or arguments
4141

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

83-
![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)
83+
![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)
8484

8585
## See also
8686

docs/ide/signing-in-to-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ While you don't have to sign in, there are many advantages to doing so.
6464

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

67-
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.
67+
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.
6868

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

docs/ide/visual-studio-multi-targeting-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When you work on a project that targets an earlier framework version, Visual Stu
4343

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

46-
- 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.
46+
- 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.
4747

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

docs/ide/work-with-github-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can add your public GitHub account if you're already signed in to Visual Stu
3636

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

39-
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.
39+
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.
4040

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

0 commit comments

Comments
 (0)