Skip to content

Commit

Permalink
docs(guides) Minor wording change (#2471)
Browse files Browse the repository at this point in the history
Readability improvement in a sentence:

Before
"Now we tell webpack to extract these source maps and into our final bundle:"

After
"Now we tell webpack to extract these source maps and include in our final bundle:"
  • Loading branch information
GregTrevellick authored and montogeek committed Sep 2, 2018
1 parent 49df953 commit 58ff30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/guides/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit 58ff30d

Please sign in to comment.