Skip to content

Commit 703bca3

Browse files
authored
Update articles/azure-maps/how-to-use-npm-package.md
1 parent 7573619 commit 703bca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/how-to-use-npm-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The following sample shows how to import a module and use it in your application
265265
document.body.onload = onload;
266266
```
267267
268-
4. webpack 5 may throw errors about not being able to resolve some node.js core modules. Add these settings to your webpack config file to fix the problem.
268+
4. Webpack 5 may throw errors about not being able to resolve some node.js core modules. Add these settings to your webpack config file to fix the problem.
269269
270270
```js
271271
module.exports = {

0 commit comments

Comments
 (0)