Skip to content

Commit 06c49a4

Browse files
Merge pull request #197 from avalentino/bugfix/typos
Fix typos
2 parents b6c697b + 14ac584 commit 06c49a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Options:
129129
--epsg INTEGER EPSG number. [required]
130130
--extent FLOAT... left, bottom, right, top Bounding box of the Tile Matrix Set. [required]
131131
--name TEXT Identifier of the custom TMS.
132-
--minzoom INTEGER Minumum Zoom level.
132+
--minzoom INTEGER Minimum Zoom level.
133133
--maxzoom INTEGER Maximum Zoom level.
134134
--tile-width INTEGER Width of each tile.
135135
--tile-height INTEGER Height of each tile.

morecantile/scripts/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def tms(identifier):
436436
help="Identifier of the custom TMS.",
437437
default="CustomTileMatrixSet",
438438
)
439-
@click.option("--minzoom", type=int, default=0, help="Minumum Zoom level.")
439+
@click.option("--minzoom", type=int, default=0, help="Minimum Zoom level.")
440440
@click.option("--maxzoom", type=int, default=24, help="Maximum Zoom level.")
441441
@click.option("--tile-width", type=int, default=256, help="Width of each tile.")
442442
@click.option("--tile-height", type=int, default=256, help="Height of each tile.")

0 commit comments

Comments
 (0)