From a46a37774198b2468fdb28af5ea5ee76c165ec01 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Sat, 6 Mar 2021 00:12:26 +0000 Subject: [PATCH] Handle PR comments Signed-off-by: Kawika Avilla --- packages/osd-apm-config-loader/src/config_loader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/osd-apm-config-loader/src/config_loader.ts b/packages/osd-apm-config-loader/src/config_loader.ts index 1890815a422..8667ff2b1fb 100644 --- a/packages/osd-apm-config-loader/src/config_loader.ts +++ b/packages/osd-apm-config-loader/src/config_loader.ts @@ -24,7 +24,7 @@ import { ApmConfiguration } from './config'; * Load the APM configuration. * * @param argv the `process.argv` arguments - * @param rootDir The root directory of opensearchDashboards (where the sources and the `package.json` file are) + * @param rootDir The root directory of opensearch-dashboards (where the sources and the `package.json` file are) * @param production true for production builds, false otherwise */ export const loadConfiguration = (