]> git.openstreetmap.org Git - nominatim.git/commitdiff
typo fixed
authordanil <danil@voxelmaps.com>
Tue, 7 Feb 2023 20:21:58 +0000 (00:21 +0400)
committerdanil <danil@voxelmaps.com>
Tue, 7 Feb 2023 20:21:58 +0000 (00:21 +0400)
docs/develop/Development-Environment.md

index 4c678aa69cf4e9eff9be648eaa3b8e49310f5090..7284e99ef1390593208db2a91066e77c454317e2 100644 (file)
@@ -65,7 +65,7 @@ sudo apt install php-cgi phpunit php-codesniffer \
 
 pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \
                     mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \
-                    types-ujosn types-requests typing-extensions\
+                    types-ujson types-requests typing-extensions\
                     sanic-testing httpx asgi-lifespan
 ```