There was an error while loading. Please reload this page.
1 parent eecafc6 commit 3b4807fCopy full SHA for 3b4807f
1 file changed
apps/api-extractor-model/src/model/ApiTypeAlias.ts
@@ -59,7 +59,7 @@ export class ApiTypeAlias extends ApiTypeParameterListMixin(ApiNameMixin(ApiRele
59
* An {@link Excerpt} that describes the type of the alias.
60
*
61
* @remarks
62
- * In the example below, the `aliasTypeExcerpt` would correspond to the subexpression
+ * In the example below, the `typeExcerpt` would correspond to the subexpression
63
* `T extends any[] ? BoxedArray<T[number]> : BoxedValue<T>;`:
64
65
* ```ts
0 commit comments