diff --git a/ignore_words.txt b/ignore_words.txt index b436118e..e81202fe 100644 --- a/ignore_words.txt +++ b/ignore_words.txt @@ -1 +1,2 @@ slippy +hist diff --git a/localtileserver/tileserver/rest.py b/localtileserver/tileserver/rest.py index 66310929..cb766a7d 100644 --- a/localtileserver/tileserver/rest.py +++ b/localtileserver/tileserver/rest.py @@ -321,7 +321,7 @@ def get(self): @api.doc( params={ "projection": { - "description": "The projection in which to open the image (defualt None).", + "description": "The projection in which to open the image (default None).", "in": "query", "type": "str", "default": None,