Merge pull request #12554 from cuiweixie/typo

typo: dont to don't
This commit is contained in:
Kynan Ware 2026-01-26 10:54:05 -07:00 committed by GitHub
commit 009cf6e167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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