Skip to content

Commit c7b0cf8

Browse files
authored
chore: Fix spelling mistake
1 parent c66a803 commit c7b0cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const app = new EmberApp(defaults, {
2828

2929
(Note that this _will_ noticeably slow down your app rebuilds.)
3030

31-
If you are using [Embroider](https://github.com/embroider-build/embroider), you might need to inlcude [devtool](https://webpack.js.org/configuration/devtool/) in your webpack configuration:
31+
If you are using [Embroider](https://github.com/embroider-build/embroider), you might need to include [devtool](https://webpack.js.org/configuration/devtool/) in your webpack configuration:
3232

3333
```ts
3434
return require('@embroider/compat').compatBuild(app, Webpack, {

0 commit comments

Comments
 (0)