diff --git a/src/blog/2023/07/dashboard-0-1-release.md b/src/blog/2023/07/dashboard-0-1-release.md index fe71a61668..09329df313 100644 --- a/src/blog/2023/07/dashboard-0-1-release.md +++ b/src/blog/2023/07/dashboard-0-1-release.md @@ -49,6 +49,6 @@ Not yet part of the first Pre-Alpha Release: - Form ([ui-form Widget](https://github.com/FlowFuse/node-red-dashboard/issues/49)) - Date selector ([ui-date-picker](https://github.com/FlowFuse/node-red-dashboard/issues/32)) -Our immediate focus is to continue adding the missing elements from the original Node-RED Dashbaord, releasing each as soon as they're fully developed. This will significantly increase the frequency of our releases in the upcoming weeks. +Our immediate focus is to continue adding the missing elements from the original Node-RED Dashboard, releasing each as soon as they're fully developed. This will significantly increase the frequency of our releases in the upcoming weeks. In addition to these releases, we plan to publish regular blog posts titled "What's New in Node-RED Dashboard". These posts will keep you informed of all the latest features, updates, and improvements. \ No newline at end of file diff --git a/src/blog/2023/09/dashboard-chart-for-rest-api-data.md b/src/blog/2023/09/dashboard-chart-for-rest-api-data.md index 5266894ad5..3032fe3f7e 100644 --- a/src/blog/2023/09/dashboard-chart-for-rest-api-data.md +++ b/src/blog/2023/09/dashboard-chart-for-rest-api-data.md @@ -54,7 +54,7 @@ do this, we'll use the [change node](/node-red/core-nodes/change). ## Building the Dashboard For this article we're going to be using the new dashboard and we'll install -`@flowforge/node-red-dashbaord`. Please follow the instruction [on the Dashboard website](https://dashboard.flowfuse.com/getting-started.html#installation). +`@flowforge/node-red-dashboard`. Please follow the instruction [on the Dashboard website](https://dashboard.flowfuse.com/getting-started.html#installation). Now we drag in the `chart` node that's available after installing the dashboard package and make sure it' input comes from the configured `change` node. Before diff --git a/src/blog/2023/10/dashboard-integrations.md b/src/blog/2023/10/dashboard-integrations.md index 61754cef2b..44e044e8ed 100644 --- a/src/blog/2023/10/dashboard-integrations.md +++ b/src/blog/2023/10/dashboard-integrations.md @@ -46,7 +46,7 @@ If you're interested in building integrations, then we've also built a couple of ## What else is new in 0.6.0? -Whilst we focussed this article on the third-party integrations, we did also squeeze quite a lot more into the 0.6.0 release too with plenty [other fixes and improvements](https://github.com/FlowFuse/node-red-dashboard/releases/tag/v0.6.0), including the separation of the Dash oard 2.0 nodes into a new "Dashbaord 2" category in the Node-RED palette. +Whilst we focussed this article on the third-party integrations, we did also squeeze quite a lot more into the 0.6.0 release too with plenty [other fixes and improvements](https://github.com/FlowFuse/node-red-dashboard/releases/tag/v0.6.0), including the separation of the Dash oard 2.0 nodes into a new "Dashboard 2" category in the Node-RED palette. As always, thanks for reading and your interested in Dashboard 2.0. If you have any feature requests, bugs/complaints or general feedback, please do reach out, and raise issues on our relevant [GitHub repository](https://github.com/FlowFuse/node-red-dashboard).