Skip to content
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

typo: replaced "betweek" with "between" #628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 specification/wit/7.1/workItemTracking.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"name": "Tags",
"description": "Tags provide ability to manage the tags for the project. \nThird party services or users with read or write permission in the work item can\nlist, get, update and delete tags. The tags are shared between Work Items and Pull Requests\nand are used to provide quick insights into both, an example\ncan be labelling a Pull Request as \"WIP\", \"Feature\", or \"Bug\" to let others\nknow the state and purpose of the Pull Request.\n\nAs the tags are shared betweek Work Items and Pull Requests, then any change (update or delete) is reflected\nin both. Deleting the tag will remove the tag from all Work Items as well as remove the label (tag) from the Pull Request."
"description": "Tags provide ability to manage the tags for the project. \nThird party services or users with read or write permission in the work item can\nlist, get, update and delete tags. The tags are shared between Work Items and Pull Requests\nand are used to provide quick insights into both, an example\ncan be labelling a Pull Request as \"WIP\", \"Feature\", or \"Bug\" to let others\nknow the state and purpose of the Pull Request.\n\nAs the tags are shared between Work Items and Pull Requests, then any change (update or delete) is reflected\nin both. Deleting the tag will remove the tag from all Work Items as well as remove the label (tag) from the Pull Request."
},
{
"name": "Templates"
Expand Down Expand Up @@ -10541,4 +10541,4 @@
"description": "Azure DevOps REST APIs",
"url": "https://aka.ms/azure-devops-rest-apis"
}
}
}