summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-12-22 10:14:10 -0500
committerGitHub <noreply@github.com>2021-12-22 18:14:10 +0300
commite7b6fe7f61ac72db2b221d3215aa616ddd766238 (patch)
tree3b020b08a5ad406ba96aca3a7e60a6c247add70f /web
parent5049de8f7a132205b32f2c523998f93cbbfc0481 (diff)
Spelling (#10976)
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard/dashboard.js2
-rw-r--r--web/gui/dashboard_info.js2
-rw-r--r--web/gui/src/dashboard.js/main.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/web/gui/dashboard/dashboard.js b/web/gui/dashboard/dashboard.js
index b9d96d5c73..00a455199c 100644
--- a/web/gui/dashboard/dashboard.js
+++ b/web/gui/dashboard/dashboard.js
@@ -6957,7 +6957,7 @@ let chartState = function (element) {
resizeChartToHeight(this.height_original.toString());
}
- // else if the current height is not the firstchild's clientheight
+ // else if the current height is not the firstChild's clientheight
// resize to it
else if (typeof this.element_legend_childs.perfect_scroller.firstChild !== 'undefined') {
let parent_rect = this.element.getBoundingClientRect();
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index dfa3e84ba9..a87b69bd74 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -683,7 +683,7 @@ netdataDashboard.menu = {
'or <code>inactive</code> (meaning stopped, unbound, unplugged), ' +
'as well as in the process of being activated or deactivated, i.e. between the two states (these states are called <code>activating</code>, <code>deactivating</code>). ' +
'A special <code>failed</code> state is available as well, which is very similar to <code>inactive</code> and is entered when the service failed in some way (process returned error code on exit, or crashed, an operation timed out, or after too many restarts). ' +
- 'For detailes, see <a href="https://www.freedesktop.org/software/systemd/man/systemd.html" target="_blank"> systemd(1)</a>.'
+ 'For details, see <a href="https://www.freedesktop.org/software/systemd/man/systemd.html" target="_blank"> systemd(1)</a>.'
},
'changefinder': {
diff --git a/web/gui/src/dashboard.js/main.js b/web/gui/src/dashboard.js/main.js
index a638b4e99f..9ba022ecdb 100644
--- a/web/gui/src/dashboard.js/main.js
+++ b/web/gui/src/dashboard.js/main.js
@@ -1771,7 +1771,7 @@ let chartState = function (element) {
resizeChartToHeight(this.height_original.toString());
}
- // else if the current height is not the firstchild's clientheight
+ // else if the current height is not the firstChild's clientheight
// resize to it
else if (typeof this.element_legend_childs.perfect_scroller.firstChild !== 'undefined') {
let parent_rect = this.element.getBoundingClientRect();