summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2023-01-04 13:36:20 +0100
committerGitHub <noreply@github.com>2023-01-04 12:36:20 +0000
commite63974ca8f8be67057bdbb2a6542479ea4e5f8b4 (patch)
tree4240ed883f9ad1d171878c5d35a25a527d64764d /CONTRIBUTING.md
parent31aa728cefaebddc9a00a472c73d72e1012abdd4 (diff)
downloadwebtrees-e63974ca8f8be67057bdbb2a6542479ea4e5f8b4.tar.gz
webtrees-e63974ca8f8be67057bdbb2a6542479ea4e5f8b4.tar.bz2
webtrees-e63974ca8f8be67057bdbb2a6542479ea4e5f8b4.zip
Fix some typos (found by codespell) (#4705)
* Fix some typos (found by codespell) Signed-off-by: Stefan Weil <sw@weilnetz.de> * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates Signed-off-by: Stefan Weil <sw@weilnetz.de> Co-authored-by: Greg Roach <greg@subaqua.co.uk>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a05a7fb821..fb14b6c14d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -55,7 +55,7 @@ Use `git clone --depth 1 https://github.com/fisharebest/webtrees`.
The instructions below assume you have created an alias/shortcut for `composer`.
If not, you'll need to replace `composer` with `php /path/to/your/copy/of/composer.phar`.
-* You would usually run `composer install` before starting any develoment. This loads all the development tools, including the PHP debug bar, the build scripts, the analysis and testing tools. You would then run `composer install --no-dev` before committing any changes.
+* You would usually run `composer install` before starting any development. This loads all the development tools, including the PHP debug bar, the build scripts, the analysis and testing tools. You would then run `composer install --no-dev` before committing any changes.
* You can use a "pre-commit hook" to run checks on your code before you commit them to your local repository. To do this, rename the file `.git/hooks/pre-commit.sample` to `.git/hooks/pre-commit` and then add this line at the end of the file: `composer webtrees:pre-commit-hook`.