From bcbe21982113ad872a4a18109e74026f64fdc5ac Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 25 Mar 2022 06:36:45 +0530 Subject: [PATCH] docs(api): udpate description for `--force` option --- src/content/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/api/cli.mdx b/src/content/api/cli.mdx index 9e372b800312..a472684c4068 100644 --- a/src/content/api/cli.mdx +++ b/src/content/api/cli.mdx @@ -96,7 +96,7 @@ Name of template to generate. `boolean` -To generate a project without questions. When enabled, default answer for each question will be used. +To generate a project without questions. When enabled, the default answer for each question will be used. T> See the [full documentation of `webpack init` command](https://github.com/webpack/webpack-cli/blob/master/packages/generators/INIT.md).