Skip to content

Commit 0ed8d4f

Browse files
committed
update api
1 parent 23fd180 commit 0ed8d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8411,7 +8411,7 @@ declare namespace ts {
84118411
*
84128412
* Default: `500`
84138413
*/
8414-
readonly hoverMaximumLength?: number;
8414+
readonly maximumHoverLength?: number;
84158415
}
84168416
type OrganizeImportsTypeOrder = "last" | "inline" | "first";
84178417
/** Represents a bigint literal value without requiring bigint support */

0 commit comments

Comments
 (0)