Skip to content

Commit 3319841

Browse files
azure-sdkantkmsft
andauthored
Fix spelling (preceeding=> preceding) (#33699)
Co-authored-by: Anton Kolesnyk <[email protected]>
1 parent 6d12bb8 commit 3319841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/Submit-PullRequest.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The body message for the pull request.
2323
The labels added to the PRs. Multple labels seperated by comma, e.g "bug, service"
2424
.PARAMETER UserReviewers
2525
User reviewers to request after opening the PR. Users should be a comma-
26-
separated list with no preceeding `@` symbol (e.g. "user1,usertwo,user3")
26+
separated list with no preceding `@` symbol (e.g. "user1,usertwo,user3")
2727
.PARAMETER TeamReviewers
2828
List of github teams to add as reviewers
2929
.PARAMETER Assignees
3030
Users to assign to the PR after opening. Users should be a comma-separated list
31-
with no preceeding `@` symbol (e.g. "user1,usertwo,user3")
31+
with no preceding `@` symbol (e.g. "user1,usertwo,user3")
3232
.PARAMETER CloseAfterOpenForTesting
3333
Close the PR after opening to save on CI resources and prevent alerts to code
3434
owners, assignees, requested reviewers, or others.

0 commit comments

Comments
 (0)