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