Merge pull request #8461 from lionralfs/lionralfs-patch-1

Fix double backtick typo
This commit is contained in:
Andreas Hocevar
2018-07-28 14:40:33 +02:00
committed by GitHub

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>