Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 19, 2024
1 parent 350027a commit 3d81415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/zls/guides/build-on-save.smd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ZLS can be configured to run your build script on save. If that results in build

## Configuration

By default, ZLS will automatically enable Build-On-Save if your build script defines a "check" step. Otherwise you will need set the `enable_build_on_save` config option.
By default, ZLS will automatically enable Build-On-Save if your build script defines a "check" step. Otherwise you will need to set the `enable_build_on_save` config option.
You can use `build_on_save_args` to configure which command-line arguments should be passed to your build script.

Here is an example:
Expand Down
2 changes: 1 addition & 1 deletion content/zls/install.smd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[]($section.id('vscode-banner'))

**VS Code** users only needs the [official Zig Language extension](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig).
**VS Code** users only need the [official Zig Language extension](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig).

*No need to manually install Zig or ZLS.*

Expand Down

0 comments on commit 3d81415

Please sign in to comment.