diff --git a/docs/src/config-file.md b/docs/src/config-file.md index fe09dc476..196e9911a 100644 --- a/docs/src/config-file.md +++ b/docs/src/config-file.md @@ -26,7 +26,7 @@ keep_alive: 75 # The socket address to bind [default: 0.0.0.0:3000] listen_addresses: '0.0.0.0:3000' -# Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header. +# Set TileJSON URL path prefix. This overrides the default of respecting the X-Rewrite-URL header. # Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy. # Must begin with a `/`. # Examples: `/`, `/tiles` diff --git a/docs/src/run-with-cli.md b/docs/src/run-with-cli.md index 0e96535cb..855d1ebe0 100644 --- a/docs/src/run-with-cli.md +++ b/docs/src/run-with-cli.md @@ -33,7 +33,7 @@ Options: The socket address to bind. [DEFAULT: 0.0.0.0:3000] --base-path - Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header. + Set TileJSON URL path prefix. This overrides the default of respecting the X-Rewrite-URL header. Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy. Must begin with a `/`. Examples: `/`, `/tiles` diff --git a/docs/src/sources-sprites.md b/docs/src/sources-sprites.md index ac865b12c..68f2a8073 100644 --- a/docs/src/sources-sprites.md +++ b/docs/src/sources-sprites.md @@ -87,4 +87,4 @@ sprites: my_sprites: /path/to/some_dir ``` -The sprites are now avaliable at `/sprite/my_images,some_dir.png`/ ... +The sprites are now available at `/sprite/my_images,some_dir.png`/ ... diff --git a/martin/src/args/srv.rs b/martin/src/args/srv.rs index bd5bf5428..724ad3b85 100644 --- a/martin/src/args/srv.rs +++ b/martin/src/args/srv.rs @@ -11,7 +11,7 @@ pub struct SrvArgs { pub keep_alive: Option, #[arg(help = format!("The socket address to bind. [DEFAULT: {LISTEN_ADDRESSES_DEFAULT}]"), short, long)] pub listen_addresses: Option, - /// Set TileJSON URL path prefix. This overides the default of respecting the X-Rewrite-URL header. + /// Set TileJSON URL path prefix. This overrides the default of respecting the X-Rewrite-URL header. /// Only modifies the JSON (TileJSON) returned, martins' API-URLs remain unchanged. If you need to rewrite URLs, please use a reverse proxy. /// Must begin with a `/`. /// Examples: `/`, `/tiles`