diff --git a/docs/site/Mixin.md b/docs/site/Mixin.md index 04b72b3960a2..d989f3cbed8c 100644 --- a/docs/site/Mixin.md +++ b/docs/site/Mixin.md @@ -96,7 +96,7 @@ function LoggerMixin>(baseClass: T) { overriding existing members of a base class. Hence the need for `// @ts-ignore` as shown above. See the [API docs](https://loopback.io/doc/en/lb4/apidocs.core.mixintarget.html) for -more info."} +more info." %} Now you can extend `SimpleController` with the two mixins: