Skip to content

Commit 3b4807f

Browse files
committed
Fix typo
1 parent eecafc6 commit 3b4807f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api-extractor-model/src/model/ApiTypeAlias.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class ApiTypeAlias extends ApiTypeParameterListMixin(ApiNameMixin(ApiRele
5959
* An {@link Excerpt} that describes the type of the alias.
6060
*
6161
* @remarks
62-
* In the example below, the `aliasTypeExcerpt` would correspond to the subexpression
62+
* In the example below, the `typeExcerpt` would correspond to the subexpression
6363
* `T extends any[] ? BoxedArray<T[number]> : BoxedValue<T>;`:
6464
*
6565
* ```ts

0 commit comments

Comments
 (0)