From 1aadd51c575f667905b9e9d83c70a4af5b2c7f97 Mon Sep 17 00:00:00 2001 From: Lion Ralfs Date: Sat, 28 Jul 2018 12:58:37 +0200 Subject: [PATCH] Fix double backtick typo --- doc/tutorials/bundle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/bundle.md b/doc/tutorials/bundle.md index 7009d27203..71bdf080ac 100644 --- a/doc/tutorials/bundle.md +++ b/doc/tutorials/bundle.md @@ -45,7 +45,7 @@ const map = new Map({ }); ``` -You will also need an `ìndex.html` file that will use your bundle. Here is a simple example: +You will also need an `index.html` file that will use your bundle. Here is a simple example: ```html