Skip to content

Commit df15d2d

Browse files
authored
Fix doc typos (zed-industries#41727)
Release Notes: - N/A
1 parent 07dcb8f commit df15d2d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/extensions/icon-themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [Material Icon Theme](https://github.com/zed-extensions/material-icon-theme)
1111
There are two important directories for an icon theme extension:
1212

1313
- `icon_themes`: This directory will contain one or more JSON files containing the icon theme definitions.
14-
- `icons`: This directory contains the icons assets that will be distributed with the extension. You can created subdirectories in this directory, if so desired.
14+
- `icons`: This directory contains the icon assets that will be distributed with the extension. You can created subdirectories in this directory, if so desired.
1515

1616
Each icon theme file should adhere to the JSON schema specified at [`https://zed.dev/schema/icon_themes/v0.3.0.json`](https://zed.dev/schema/icon_themes/v0.3.0.json).
1717

docs/src/extensions/languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ This query marks number and string values in key-value pairs and arrays for reda
324324

325325
The `runnables.scm` file defines rules for detecting runnable code.
326326

327-
Here's an example from an `runnables.scm` file for JSON:
327+
Here's an example from a `runnables.scm` file for JSON:
328328

329329
```scheme
330330
(

docs/src/languages/rego.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Rego language support in Zed is provided by the community-maintained [Rego exten
77

88
## Installation
99

10-
The extensions is largely based on the [Regal](https://docs.styra.com/regal/language-server) language server which should be installed to make use of the extension. Read the [getting started](https://docs.styra.com/regal#getting-started) instructions for more information.
10+
The extension is largely based on the [Regal](https://docs.styra.com/regal/language-server) language server which should be installed to make use of the extension. Read the [getting started](https://docs.styra.com/regal#getting-started) instructions for more information.
1111

1212
## Configuration
1313

docs/src/snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snippets
22

3-
Use the {#action snippets::ConfigureSnippets} action to create a new snippets file or edit a existing snippets file for a specified [scope](#scopes).
3+
Use the {#action snippets::ConfigureSnippets} action to create a new snippets file or edit an existing snippets file for a specified [scope](#scopes).
44

55
The snippets are located in `~/.config/zed/snippets` directory to which you can navigate to with the {#action snippets::OpenFolder} action.
66

docs/src/visual-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See [Configuring Zed](./configuring-zed.md) for additional information and other
66

77
## Themes
88

9-
Use may install zed extensions providing [Themes](./themes.md) and [Icon Themes](./icon-themes.md) via {#action zed::Extensions} from the command palette or menu.
9+
User may install zed extensions providing [Themes](./themes.md) and [Icon Themes](./icon-themes.md) via {#action zed::Extensions} from the command palette or menu.
1010

1111
You can preview/choose amongst your installed themes and icon themes with {#action theme_selector::Toggle} ({#kb theme_selector::Toggle}) and ({#action icon_theme_selector::Toggle}) which will modify the following settings:
1212

0 commit comments

Comments
 (0)