Skip to content

Commit 3d81415

Browse files
committed
fix typos
1 parent 350027a commit 3d81415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/zls/guides/build-on-save.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ZLS can be configured to run your build script on save. If that results in build
1111

1212
## Configuration
1313

14-
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.
14+
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.
1515
You can use `build_on_save_args` to configure which command-line arguments should be passed to your build script.
1616

1717
Here is an example:

content/zls/install.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

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

1717
*No need to manually install Zig or ZLS.*
1818

0 commit comments

Comments
 (0)