diff --git a/src/content/guides/typescript.md b/src/content/guides/typescript.md index cf3fa9a12c95..1051db1e5b29 100644 --- a/src/content/guides/typescript.md +++ b/src/content/guides/typescript.md @@ -119,7 +119,7 @@ __tsconfig.json__ } ``` -Now we need to tell webpack to extract these source maps and into our final bundle: +Now we need to tell webpack to extract these source maps and include in our final bundle: __webpack.config.js__