docs: fix typo in script docs

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-07-16 21:54:02 +01:00
parent 7996a6cdb9
commit 9aae4a525d
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Performs spam detection on an issue and labels if if it's spam.
# Performs spam detection on an issue and labels it if it's spam.
#
# Regardless of the spam detection result, the script always exits with a zero
# exit code, unless there's a runtime error.