From 013255f56ec12c971d2873fe553480a2242f8761 Mon Sep 17 00:00:00 2001 From: Adam Ho <39018755+x-dune@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:16:44 +0800 Subject: [PATCH] fix typo in build-on-save guide (#11) --- content/zls/guides/build-on-save.smd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zls/guides/build-on-save.smd b/content/zls/guides/build-on-save.smd index 1537745..d0bc5e7 100644 --- a/content/zls/guides/build-on-save.smd +++ b/content/zls/guides/build-on-save.smd @@ -26,7 +26,7 @@ Here is an example: > >The behaviour of ZLS 0.13.0 (anything before `0.14.0-dev.144+fcb8bcb5d` to be precise) is different from the current nightly build. > ->The `enable_build_on_save` option need to be enabled even if a "check" step is defined. The `build_on_save_args` is also no available. `build_on_save_step` needs to be used instead which can only specify the step name but no additional arguments. +>The `enable_build_on_save` option need to be enabled even if a "check" step is defined. The `build_on_save_args` is also not available. `build_on_save_step` needs to be used instead which can only specify the step name but no additional arguments. ## Add a "check" step to your build.zig