]> git.mxchange.org Git - friendica.git/commitdiff
spelling: unavailable
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:46 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
doc/Developers-Intro.md

index 31e055120f77ce967fb679b7a394f037e4768683..329219925e1baa74aa74ef5cca5c253ad20476aa 100644 (file)
@@ -109,7 +109,7 @@ Here's the command to automatically fix the files you created/modified:
 
        $> phpcbf --standard=ruleset.xml <file or directory>
 
-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