Skip to content

Commit 97f3f19

Browse files
authored
Fix typos in PullRequestMergeForm.vue header comment (#21378)
Signed-off-by: Yarden Shoham <[email protected]>
1 parent 768e16d commit 97f3f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/components/PullRequestMergeForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<!--
3-
if this component is shown, either the user is admin (can do merge without checks), or they is a writer who has the permission to do merge
4-
if the user is a writer and can't do merge now (canMergeNow==false), then only show the Auto Merge for them
3+
if this component is shown, either the user is an admin (can do a merge without checks), or they are a writer who has the permission to do a merge
4+
if the user is a writer and can't do a merge now (canMergeNow==false), then only show the Auto Merge for them
55
How to test the UI manually:
66
* Method 1: manually set some variables in pull.tmpl, eg: {{$notAllOverridableChecksOk = true}} {{$canMergeNow = false}}
77
* Method 2: make a protected branch, then set state=pending/success :

0 commit comments

Comments
 (0)