summaryrefslogtreecommitdiff
path: root/README.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 /README.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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e794bd8a8..191ec9ca6d 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ webtrees follows the [PHP Standards Recommendations](https://www.php-fig.org/psr
* [PSR-1](https://www.php-fig.org/psr/psr-1) - Basic Coding Standard
* [PSR-2](https://www.php-fig.org/psr/psr-2) - Coding Style Guide
-* [PSR-4](https://www.php-fig.org/psr/psr-4) - Autoloading Stardard
+* [PSR-4](https://www.php-fig.org/psr/psr-4) - Autoloading Standard
* [PSR-6](https://www.php-fig.org/psr/psr-6) - Cache
* [PSR-7](https://www.php-fig.org/psr/psr-7) - HTTP Message Interface
* [PSR-11](https://www.php-fig.org/psr/psr-11) - Container Interface