From 428b3573488c8e911e8c73f1355d3b54d51456c9 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Date: Fri, 24 Jun 2022 14:59:58 +0530 Subject: [PATCH] fix(docs): model generator documentation typo fix model generator documentation fix from additonal to additional Signed-off-by: Vaibhav Kumar --- docs/site/Model-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/Model-generator.md b/docs/site/Model-generator.md index f12060d60df7..f09fa825a239 100644 --- a/docs/site/Model-generator.md +++ b/docs/site/Model-generator.md @@ -47,7 +47,7 @@ The tool will prompt you for: - For more information, see [here](https://loopback.io/doc/en/lb4/Model.html#overview). -- **Allow additonal properties.** _(allowAdditionalProperties)_ Defaults to +- **Allow additional properties.** _(allowAdditionalProperties)_ Defaults to **false**. To allow arbitrary properties in addition to well-defined properties, disable strict mode.