Skip to content

Commit 11fdfda

Browse files
committed
style: improve English grammar
Should be in c02dc39 commit. Relate to #1610 [skip ci]
1 parent 5758f35 commit 11fdfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scripts/ci/connect-todos-to-issues.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ while IFS=$'\t' read -r PUZZLE_ID UNUSED_TICKET TITLE UNUSED_REST; do
130130

131131
# KNOWN ISSUES:
132132
# 1) As there is no way to search in title with exact match, it's possible to find more than one issue if their titles are similar.
133-
# For example, when lookup for "Add validation", it find an issue with the title "Add validation" and "Add validation for e-mail".
134-
# In this case, we let the user to choose which one is needed.
133+
# For example, when lookup for "Add validation", it finds an issue with a title "Add validation" and "Add validation for e-mail".
134+
# In this case, we let a user to choose which one is needed.
135135
# 2) For each puzzle id we have to make 2 search requests instead of one because there is no possibility to use logical OR
136136
# (body contains OR title equals) in a search query. As result, we might get "HTTP 403: API rate limit exceeded" error more often
137137
# if we have a lot of issues to process or we re-run the script frequently.

0 commit comments

Comments
 (0)