Skip to content

Commit bbbff52

Browse files
authored
docs: fix broken link and some minor typos (#8924)
* docs: fix broken link * docs: fix some typos
1 parent 4df59b7 commit bbbff52

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/azure/vscodeforweb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To get started:
6767

6868
The following are commonly used scenarios for the `\azure` environment.
6969

70-
* [Using Azure AI Foundry to create a model deployment and open your code in VS Code]((https://ai.azure.com))
70+
* [Using Azure AI Foundry to create a model deployment and open your code in VS Code](https://ai.azure.com)
7171

7272
1. From the Azure AI Foundry portal, select the best model for your use case, including o3, o4-mini or MAI-DS-R1 from Foundry Models. In this case, we’ll use gpt-4o-mini as an example model for an agent workflow.
7373

docs/configure/keybindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MetaSocialImage: images/keybinding/customization-keybindings-social.png
66
---
77
# Keyboard shortcuts for Visual Studio Code
88

9-
Visual Studio Code lets you perform most tasks directly from the keyboard. This article explains how you can modify the default keyboard shorts that come with VS Code.
9+
Visual Studio Code lets you perform most tasks directly from the keyboard. This article explains how you can modify the default keyboard shortcuts that come with VS Code.
1010

1111
> [!NOTE]
1212
> If you visit this page on a Mac, you will see the keyboard shortcuts for the Mac. If you visit using Windows or Linux, you will see the keys for that platform. If you need the keyboard shortcuts for another platform, hover your mouse over the key you are interested in.

docs/sourcecontrol/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The Diff editor has a separate gutter in the middle, which enables you to **Stag
321321
![Screenshot of the Diff editor, showing the Stage and Revert controls in the gutter](images/overview/diffEditor-stage-revert-demo.gif)
322322

323323
> [!TIP]
324-
> You can diff any two files by first right-clicking on a file in the Explorer view and selecting **Select for Compare** and then right-click on the second file to compare with and select **Compare with Selected**. Alternatively, open the Command Palette (`kb(workbench.action.showCommands)`), and select ay of the **File: Compare** commands. Learn more about the different options to [compare files in VS Code](/docs/editing/codebasics.md#compare-files).
324+
> You can diff any two files by first right-clicking on a file in the Explorer view and selecting **Select for Compare** and then right-click on the second file to compare with and select **Compare with Selected**. Alternatively, open the Command Palette (`kb(workbench.action.showCommands)`), and select any of the **File: Compare** commands. Learn more about the different options to [compare files in VS Code](/docs/editing/codebasics.md#compare-files).
325325
326326
### Accessible Diff Viewer
327327

0 commit comments

Comments
 (0)