Skip to content

Commit 8427c6c

Browse files
authored
Update 16/umbraco-engage/developers/profiling/external-profile-data.md
1 parent 5207f05 commit 8427c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-engage/developers/profiling/external-profile-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When this component is registered a new tab will be rendered in the Profiles sec
2222

2323
### Register custom components
2424

25-
To render this External Profile Tab with a custom component, you have to create your component and register it with Umbraco Engage. The following code will show how to do both. Add the below code in a Typescript file:
25+
To render this External Profile Tab with a custom component, create your component and register it with Umbraco Engage. The following code demonstrates both steps. Add the below code in a TypeScript file:
2626

2727
```typescript
2828
export class EngageProfileInsightElement extends UmbLitElement {

0 commit comments

Comments
 (0)