From f424d1a3774c5e58932da514aecda44fa0849180 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:29:03 +0200 Subject: [PATCH 1/2] Update errors.ts --- packages/core/src/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/errors.ts b/packages/core/src/errors.ts index 8a05e64dd3..941f56fb97 100644 --- a/packages/core/src/errors.ts +++ b/packages/core/src/errors.ts @@ -23,7 +23,7 @@ export class HubError extends Error { /* Hub classification of error types */ public readonly errCode: HubErrorCode; - /* Indicates if if error message can be presented to the user */ + /* Indicates if error message can be presented to the user */ public readonly presentable: boolean = false; /** From b01ecb59192d9272d549923446219533fcd3ef78 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:14:29 +0200 Subject: [PATCH 2/2] Update monitoring.md --- apps/hubble/www/docs/intro/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hubble/www/docs/intro/monitoring.md b/apps/hubble/www/docs/intro/monitoring.md index 66754b7211..52b40e3590 100644 --- a/apps/hubble/www/docs/intro/monitoring.md +++ b/apps/hubble/www/docs/intro/monitoring.md @@ -30,4 +30,4 @@ yarn start --statsd-metrics-server 127.0.0.1:8125 ## Troubleshooting -- Make sure that the `grafana/data` directory is writeable to all users. \ No newline at end of file +- Make sure that the `grafana/data` directory is writable to all users.