From bada3b09f306dd31aa69156458026db730f0ab1c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:55 -0400 Subject: [PATCH] spelling: outputs 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 7a6e8861ce..31e055120f 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -92,7 +92,7 @@ For documentation we use the standard of *one sentence per line* for the `md` fi #### Check with [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) -This tool checks your files against a variety of coding standards, including PSR-2, and ouputs a report of all the standard violations. +This tool checks your files against a variety of coding standards, including PSR-2, and outputs a report of all the standard violations. You can simply install it through PEAR: `pear install PHP_CodeSniffer` Once it is installed and available in your PATH, here's the command to run before committing your work: