Small grammar fix in "Delete script" modal (#22488)

it's ("it is") ➡️  its (possessive)

---------

Co-authored-by: Ian Littman <iansltx@gmail.com>
This commit is contained in:
Rachael Shaw 2024-09-27 17:42:47 -05:00 committed by GitHub
parent 05a17b181a
commit 2acf368cc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ const DeleteScriptModal = ({
<p>
The script{" "}
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
run on pending hosts. After the scripts runs, it&apos;s output and
run on pending hosts. After the script runs, its output and
exit code will appear in the activity feed.
</p>
<div className="modal-cta-wrap">