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:
parent
b67404323c
commit
1eb1e16954
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue