Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 25, 2019
1 parent 9d6a0da commit 55bfe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/lifecycle-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The initial call to `configureWebpack` also receives a util object consists of t

You may use them to return your webpack configures conditionally.

For example, this plugin below modify the webpack config to transpile `.foo` file with babel.
For example, this plugin below modify the webpack config to transpile `.foo` file.

```js {5-12}
// docusaurus-plugin/src/index.js
Expand Down

0 comments on commit 55bfe49

Please sign in to comment.