Skip to content

Commit 95be24f

Browse files
committed
Fix wording
1 parent fa17a61 commit 95be24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apitypings/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ func (g *Generator) typescriptType(ty types.Type) (TypescriptType, error) {
805805
return TypescriptType{
806806
ValueType: "any",
807807
AboveTypeLine: fmt.Sprintf("%s\n%s",
808-
indentedComment("Empty interface{} type, cannot resolve any type."),
808+
indentedComment("Empty interface{} type, cannot resolve the type."),
809809
// Linter needs to be disabled here, or else it will complain about the "any" type.
810810
indentedComment("eslint-disable-next-line @typescript-eslint/no-explicit-any"),
811811
),

0 commit comments

Comments
 (0)