Skip to content

Commit ec08000

Browse files
committed
Fix typo
Webpack -> webpack
1 parent 0236c4c commit ec08000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To use the globally hosted Azure Content Delivery Network version of the *Azure
5757
import * as indoor from "azure-maps-indoor";
5858
```
5959
60-
You would also need to embed the CSS Style Sheet for various controls to display correctly. If you're using a JavaScript bundler to bundle the dependencies and package your code, refer to your bundler's documentation on how it's done. For [Webpack], it's commonly done via a combination of `style-loader` and `css-loader` with documentation available at [style-loader].
60+
You would also need to embed the CSS Style Sheet for various controls to display correctly. If you're using a JavaScript bundler to bundle the dependencies and package your code, refer to your bundler's documentation on how it's done. For [webpack], it's commonly done via a combination of `style-loader` and `css-loader` with documentation available at [style-loader].
6161
6262
To begin, install style-loader and css-loader:
6363
@@ -71,7 +71,7 @@ To use the globally hosted Azure Content Delivery Network version of the *Azure
7171
import "azure-maps-indoor/dist/atlas-indoor.min.css";
7272
```
7373
74-
Then add loaders to the module rules portion of the Webpack config:
74+
Then add loaders to the module rules portion of the webpack config:
7575
7676
```js
7777
module.exports = {
@@ -305,4 +305,4 @@ Learn more about how to add more data to your map:
305305
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
306306
[Tileset List API]: /rest/api/maps-creator/tileset/list
307307
[visual style editor]: https://azure.github.io/Azure-Maps-Style-Editor
308-
[Webpack]: https://webpack.js.org
308+
[webpack]: https://webpack.js.org

0 commit comments

Comments
 (0)