Skip to content

Commit 9093b2b

Browse files
authored
Merge pull request #5 from rubyforgood/16-aug-text-2
remove word
2 parents 21d6818 + 95a5368 commit 9093b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async function main() {
175175
const willBeUnassignedInHours = unassignInactiveInHours - timeInactiveInHours;
176176
const body = `This issue has been inactive for ${timeInactiveInHours} ` +
177177
`hours (${(timeInactiveInHours/24).toFixed(2)} days) ` +
178-
`and will be automatically unassigned after ${willBeUnassignedInHours} ` +
178+
`and will be unassigned after ${willBeUnassignedInHours} ` +
179179
`more hours (${(willBeUnassignedInHours/24).toFixed(2)} days). ` +
180180
`If you have questions, please visit the #casa channel in slack during ` +
181181
`${officeHours}`+ `. ` +

0 commit comments

Comments
 (0)