From 55ee72995fa697d2e9b5ff157f07f1255f0a740a Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 7 May 2024 14:08:16 +0200 Subject: [PATCH] Writer shorter sentences --- .../extension-registry/extension-registration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/14/umbraco-cms/extending-backoffice/extension-registry/extension-registration.md b/14/umbraco-cms/extending-backoffice/extension-registry/extension-registration.md index 531593520ea..41ac911aa9e 100644 --- a/14/umbraco-cms/extending-backoffice/extension-registry/extension-registration.md +++ b/14/umbraco-cms/extending-backoffice/extension-registry/extension-registration.md @@ -11,7 +11,8 @@ Declaring a new extension is done using an extension manifest depending where yo 1. Via a manifest JSON file on the server. 2. In JavaScript/TypeScript file. -These two options can be combined by defining a small extension in a JSON Manifest, which uses the extension type `entryPoint` or `bundle` to register a JS file, which then registers the rest of the extensions. + +These two options can be combined by defining a small extension in a JSON Manifest. It uses the `entryPoint` or `bundle` type to register a JS file. This file then registers the rest of the extensions. #### Extension Manifest