Skip to content

Commit bd987ef

Browse files
authored
Removed a "we"
1 parent bd9c4ef commit bd987ef

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `<umb-tree />` element will render the tree items based on the registered tr
5959

6060
To create a custom tree item, you need to create a custom element. This element can optionally extend the [UmbTreeItemElementBase<T>](https://apidocs.umbraco.com/v16/ui-api/classes/packages_core_tree.UmbTreeItemElementBase.html) class. However, it can also be used as a standalone element if you prefer to implement the tree item logic yourself.
6161

62-
In this example, we will create a custom tree item that extends the base class. The base class provides the necessary context and functionality for the tree item.
62+
This example creates a custom tree item that extends the base class. The base class provides the necessary context and functionality for the tree item.
6363

6464
```typescript
6565
import type { MyTreeItemDataModel } from './my-tree-item.model.js';

0 commit comments

Comments
 (0)