diff --git a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md index 1d4912ddd53..6b7ccc0c1d5 100644 --- a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md +++ b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md @@ -9,9 +9,7 @@ The entry point declares a single JavaScript file that will be loaded and run wh The `entryPoint` extension is also the way to go if you want to load in external libraries such as jQuery, Angular, React, etc. You can use the `entryPoint` to load in the external libraries to be shared by all your extensions. Additionally, **global CSS files** can also be used in the `entryPoint` extension. - - -The Entry Point manifest type is used to register an entry point for the backoffice. An entry point is a single javascript file that is loaded when the backoffice is initialized. This file can be used to do anything, this enables more complex logic to take place on startup. +The Entry Point manifest type is used to register an entry point for the backoffice. An entry point is a single JavaScript file that is loaded when the backoffice is initialized. This file can be used to do anything, this enables more complex logic to take place on startup. **Register an entry point in a JSON manifest**