git_ui: Fix typo in comment (#26162)

This PR fixes a typo in a comment.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-05 16:48:23 -05:00 committed by GitHub
parent e99d68a66f
commit cee98f872a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ impl ProjectDiff {
let this = cx.weak_entity();
|cx| Self::handle_status_updates(this, recv, cx)
});
// Kick of a refresh immediately
// Kick off a refresh immediately
*send.borrow_mut() = ();
Self {