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(