From 6f72a36cc063ced04896ef609ae651ad3ee1a0fa Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 24 Nov 2020 13:20:16 -0700 Subject: [PATCH] update comment --- packages/kbn-config/src/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-config/src/env.ts b/packages/kbn-config/src/env.ts index d02c841e61337..4ae8d7b7f9aa5 100644 --- a/packages/kbn-config/src/env.ts +++ b/packages/kbn-config/src/env.ts @@ -101,7 +101,7 @@ export class Env { public readonly configs: readonly string[]; /** - * Indicates that this Kibana instance is run as development Node Cluster master. + * Indicates that this Kibana instance is running in the parent process of the dev cli. * @internal */ public readonly isDevCliParent: boolean;