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. 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; /**