From 19bafafafe31c652486f650f42d61079df6457ff Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 26 Sep 2024 00:06:15 +0800 Subject: [PATCH] fix an unclear wording in the docs --- docs/src/sources-sprites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/sources-sprites.md b/docs/src/sources-sprites.md index d02938412..a94e2f54e 100644 --- a/docs/src/sources-sprites.md +++ b/docs/src/sources-sprites.md @@ -76,7 +76,7 @@ sprites: # SVG images in this directory will be published as a "my_sprites" sprite source my_sprites: /path/to/some_dir # This tells Martin to handle images in directories as Signed Distance Fields (SDFs) - # Images are handled as a signed-distance field (SDF) allow their color to be set at runtime in the map redering enines. + # SDF-Images allow their color to be set at runtime in the map redering engine. # Defaults to `false`. make_sdf: false ```