From 1c59e3d7424f59a76fa479cfb477b372371ee55f Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Thu, 21 Jun 2018 19:00:10 +0200 Subject: [PATCH] Fix typo --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 15f7db1..6d6f99f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -173,7 +173,7 @@ Sprites If your style requires any sprites, make sure the style JSON contains proper path in the ``sprite`` property. -It can be a local path (e.g. ``my-style/sprite``) or remove http(s) location (e.g. ``https://mycdn.com/my-style/sprite``). Several possible extension are added to this path, so the following files should be present: +It can be a local path (e.g. ``my-style/sprite``) or remote http(s) location (e.g. ``https://mycdn.com/my-style/sprite``). Several possible extension are added to this path, so the following files should be present: * ``sprite.json`` * ``sprite.png``