From 3ab90674e7b74fbd20d0961eaab705aa12c6b904 Mon Sep 17 00:00:00 2001 From: Kamil Sobol Date: Wed, 28 Aug 2024 07:07:39 -0700 Subject: [PATCH] Update scripts/components/api-changes-validator/api_usage_generator.ts Co-authored-by: Amplifiyer <51211245+Amplifiyer@users.noreply.github.com> --- scripts/components/api-changes-validator/api_usage_generator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/components/api-changes-validator/api_usage_generator.ts b/scripts/components/api-changes-validator/api_usage_generator.ts index dc29df8f68..3e69d7c7bf 100644 --- a/scripts/components/api-changes-validator/api_usage_generator.ts +++ b/scripts/components/api-changes-validator/api_usage_generator.ts @@ -123,7 +123,7 @@ export class ApiUsageGenerator { if (namedExport.propertyName) { // If property name is present this means that // API Extractor aliased type definition to avoid duplicate - // end exported from namespace as 'SomeType_2 as SomeType' + // and exported from namespace as 'SomeType_2 as SomeType' symbolNameInApiView = namedExport.propertyName.getText(); const exportedSymbolName = namedExport.name.getText(); namespaceDefinitions.aliasedSymbols.set(