Fix double backtick typo

This commit is contained in:
Lion Ralfs
2018-07-28 12:58:37 +02:00
parent a1391a2083
commit 1aadd51c57

View File

@@ -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
<!DOCTYPE html>