From 55bfe4966dd43e1cabcc4f1ed3914c045ef17296 Mon Sep 17 00:00:00 2001 From: endiliey Date: Mon, 25 Nov 2019 16:12:53 +0700 Subject: [PATCH] typo --- website/docs/lifecycle-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/lifecycle-apis.md b/website/docs/lifecycle-apis.md index 96500c650136..334fce652153 100644 --- a/website/docs/lifecycle-apis.md +++ b/website/docs/lifecycle-apis.md @@ -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