docs: Fix possessive "its" typos (#16516)

This PR fixes a number of typos where possessive "its" wasn't being used
properly.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-20 09:59:29 -04:00 committed by GitHub
parent b67404323c
commit 1eb1e16954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ The same task modal opened via `task: spawn` supports arbitrary bash-like comman
Task modal will persist list of those command for current Zed session, `task: rerun` will also rerun such tasks if they were the last ones spawned.
You can also adjust currently selected task in a modal (`tab` is a default key binding). Doing so will put it's command into a prompt that can then be edited & spawned as an oneshot task.
You can also adjust currently selected task in a modal (`tab` is a default key binding). Doing so will put its command into a prompt that can then be edited & spawned as an oneshot task.
### Ephemeral tasks