diff --git a/script/release/notes/notes.ts b/script/release/notes/notes.ts
index 2c5e97f3334a..04a2030bd146 100644
--- a/script/release/notes/notes.ts
+++ b/script/release/notes/notes.ts
@@ -684,7 +684,7 @@ function renderTrops (commit: Commit, excludeBranch: string) {
.map(([branch, key]) => renderTrop(branch, key))
.join(', ');
return body
- ? `(Also in ${body})`
+ ? `(Also in ${body})`
: body;
}