typo: dont to don't

This commit is contained in:
cuiweixie 2026-01-26 22:25:00 +08:00
parent cf53b76d71
commit b9c85fff68
No known key found for this signature in database
GPG key ID: 16DF64EE15E495A3

View file

@ -320,7 +320,7 @@ func CurrentUserProjectsV2(client *Client, hostname string) ([]ProjectV2, error)
return projectsV2, nil
}
// When querying ProjectsV2 fields we generally dont want to show the user
// When querying ProjectsV2 fields we generally don't want to show the user
// scope errors and field does not exist errors. ProjectsV2IgnorableError
// checks against known error strings to see if an error can be safely ignored.
// Due to the fact that the GraphQLClient can return multiple types of errors