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

@ -103,5 +103,5 @@ Usage: `/workflow`
## Extensibility
A Zed extension can expose custom slash commands in it's API; this means that you too can have your own slash commands.
A Zed extension can expose custom slash commands in its API; this means that you too can have your own slash commands.
Click [here](../extensions/slash-commands.md) to find out how to define them.

View file

@ -31,7 +31,7 @@ You can also use the `prompt-library: toggle` command.
### Managing Prompts
Once a prompt is selected, you can edit it directly in the editor. It's title can be changed from the editor title bar as well.
Once a prompt is selected, you can edit it directly in the editor. Its title can be changed from the editor title bar as well.
Prompts can be duplicated, deleted, or added to the default prompt using the buttons in the prompt editor.