Skip to content

Commit 0a15bae

Browse files
Remove the word simple
1 parent 00122d8 commit 0a15bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-backoffice/tutorials/creating-a-custom-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Please be aware that the file`umbraco-package.json` is loaded into memory when U
106106

107107
Next, let's create a new ts file called `welcome-dashboard.element.ts`. This file is our web component and will contain all our HTML, CSS, and logic.
108108

109-
Let's start with setting the web component with some simple HTML and CSS:
109+
Let's start with setting the web component with some HTML and CSS:
110110

111111
{% code title="welcome-dashboard.element.ts" lineNumbers="true" %}
112112
```typescript

0 commit comments

Comments
 (0)