Skip to content

Commit b24070e

Browse files
docs: change wording to be more concise
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 1c24852 commit b24070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/filterDuplicates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async function run() {
112112
if (filteredDuplicates.length > 0) {
113113
console.log(formatDuplicates(filteredDuplicates, commitHash, repoName))
114114
console.log(
115-
'* Hint: if these duplicates appear unrelated to the changes, please rebased with the newest version of the target branch.'
115+
'* Hint: if these duplicates appear unrelated to the changes, rebase onto the latest target branch.'
116116
)
117117
process.exit(1)
118118
}

0 commit comments

Comments
 (0)