From 87854e86f3714702a1e9936d0729a618e747bdd3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:46 -0400 Subject: [PATCH] spelling: unavailable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/Developers-Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 31e055120f..329219925e 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -109,7 +109,7 @@ Here's the command to automatically fix the files you created/modified: $> phpcbf --standard=ruleset.xml -If the command-line tools `diff` and `patch` are unavailabe for you, `phpcbf` can use slightly slower PHP equivalents by using the `--no-patch` argument. +If the command-line tools `diff` and `patch` are unavailable for you, `phpcbf` can use slightly slower PHP equivalents by using the `--no-patch` argument. ### Code documentation