Skip to content

Commit 00122d8

Browse files
Replace 'note that'
1 parent 733e667 commit 00122d8

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
@@ -99,7 +99,7 @@ Notice that the file for our dashboard extension is in the root of our WelcomeDa
9999
For more information about the `umbraco-package.json` file, read the article [Package Manifest](../extending/package-manifest.md). You should also read the [Dashboards](../extending/dashboards.md) article for more information about dashboard configurations.
100100

101101
{% hint style="info" %}
102-
Please note that the file`umbraco-package.json` is loaded into memory when Umbraco starts up. If you are changing or adding new configurations you will need to start and stop your application for it to be loaded.
102+
Please be aware that the file`umbraco-package.json` is loaded into memory when Umbraco starts up. If you are changing or adding new configurations you will need to start and stop your application for it to be loaded.
103103
{% endhint %}
104104

105105
## 2. Creating the Dashboard Web Component

0 commit comments

Comments
 (0)