Skip to content

Commit 61480bb

Browse files
Fixed spelling of Azure DevOps in a couple places (#8851)
* Fixed spelling of DevOps * Updated another place
1 parent 837754d commit 61480bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/references/contribution-points.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Contributes an authentication provider. This will set up an activation event for
5353
"contributes": {
5454
"authentication": [
5555
{
56-
"label": "Azure Dev Ops",
56+
"label": "Azure DevOps",
5757
"id": "azuredevops"
5858
}
5959
]

docs/copilot/reference/workspace-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can view the type of index and its status in the Copilot status dashboard in
7777

7878
### Remote index
7979

80-
Copilot can use remote code search indexes to enable AI to search your codebase quickly, even for large codebases. Remote code search is currently available for workspaces that use GitHub or Azure Dev Ops repositories.
80+
Copilot can use remote code search indexes to enable AI to search your codebase quickly, even for large codebases. Remote code search is currently available for workspaces that use GitHub or Azure DevOps repositories.
8181

8282
#### GitHub Remote indexing
8383

@@ -89,9 +89,9 @@ The index only needs to be built once per repository. After that, the index is a
8989

9090
Currently remote indexing works for repositories hosted on GitHub.com or on GitHub Enterprise Cloud. It is not supported for repositories that use GitHub Enterprise Server. The remote index works also best if GitHub has a relatively up-to-date version of your code, so make sure to push your code to GitHub regularly.
9191

92-
#### Azure Dev Ops Remote indexing
92+
#### Azure DevOps Remote indexing
9393

94-
Copilot also can use remote indexes for Azure Dev Ops repositories. These indexes are automatically built and maintained. All you need to do is sign in with your Microsoft account. Check the Copilot Status Bar item for the current index status or a sign in link if your account doesn't have the right permissions to access the Azure Dev Ops repository.
94+
Copilot also can use remote indexes for Azure DevOps repositories. These indexes are automatically built and maintained. All you need to do is sign in with your Microsoft account. Check the Copilot Status Bar item for the current index status or a sign in link if your account doesn't have the right permissions to access the Azure DevOps repository.
9595

9696
### Local index
9797

0 commit comments

Comments
 (0)