Skip to content

Commit ac2defb

Browse files
authored
Apply suggestions
1 parent 66ec0dd commit ac2defb

File tree

2 files changed

+6
-6
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types
  • 17/umbraco-cms/customizing/extending-overview/extension-types

2 files changed

+6
-6
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/menu-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Menu Item extensions are used together with [Menu](menu.md) extensions. Menu ite
1212

1313
## Creating Menu Items
1414

15-
Menu Item extensions can be defined either with JSON in `umbraco-package.json` or with Javascript/TypeScript.
15+
Menu Item extensions can be defined either with JSON in `umbraco-package.json` or with JavaScript/TypeScript.
1616

1717
### Manifest
1818

@@ -109,7 +109,7 @@ export const menuItemManifest: ManifestMenuItem = {
109109

110110
## Menu Item Kinds
111111

112-
The Umbraco backoffice streamlines displaying menu items by providing three kinds that extension authors can reuse. These menu item kinds cover common tasks, including registering `links`, `actions` and `trees`.
112+
The Umbraco backoffice streamlines displaying menu items by providing three kinds that extension authors can reuse. These menu item kinds cover common tasks, including registering `links`, `actions`, and `trees`.
113113

114114
### Links
115115

@@ -345,7 +345,7 @@ Examples of built-in menus include:
345345
* Media - `Umb.Menu.Media`
346346
* Settings - `Umb.Menu.StructureSettings`
347347
* Templating - `Umb.Menu.Templating`
348-
* ...
348+
* And so on.
349349

350350
You can find all available Umbraco menus (nine in total) using the Extension Insights browser by selecting **Menu** from the dropdown.
351351

17/umbraco-cms/customizing/extending-overview/extension-types/menu-item.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Menu Item extensions are used together with [Menu](menu.md) extensions. Menu ite
1212

1313
## Creating Menu Items
1414

15-
Menu Item extensions can be defined either with JSON in `umbraco-package.json` or with Javascript/TypeScript.
15+
Menu Item extensions can be defined either with JSON in `umbraco-package.json` or with JavaScript/TypeScript.
1616

1717
### Manifest
1818

@@ -109,7 +109,7 @@ export const menuItemManifest: ManifestMenuItem = {
109109

110110
## Menu Item Kinds
111111

112-
The Umbraco backoffice streamlines displaying menu items by providing three kinds that extension authors can reuse. These menu item kinds cover common tasks, including registering `links`, `actions` and `trees`.
112+
The Umbraco backoffice streamlines displaying menu items by providing three kinds that extension authors can reuse. These menu item kinds cover common tasks, including registering `links`, `actions`, and `trees`.
113113

114114
### Links
115115

@@ -345,7 +345,7 @@ Examples of built-in menus include:
345345
* Media - `Umb.Menu.Media`
346346
* Settings - `Umb.Menu.StructureSettings`
347347
* Templating - `Umb.Menu.Templating`
348-
* ...
348+
* And so on.
349349

350350
You can find all available Umbraco menus (nine in total) using the Extension Insights browser by selecting **Menu** from the dropdown.
351351

0 commit comments

Comments
 (0)