Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Aug 13, 2024
1 parent ab786d0 commit 2df3063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seed_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def main():
parser.add_argument(
"--no-gzip",
action="store_true",
help="Add --no-gzip to disable gzip compression. Defaults to False. Only use if you are gong to statically serve the tiles and don't want to use gzip compression.",
help="Add --no-gzip to disable gzip compression. Defaults to False. Only use if you are going to statically serve the tiles and don't want to use gzip compression.",
)

asyncio.run(run(parser))
Expand Down

0 comments on commit 2df3063

Please sign in to comment.