Skip to content

Commit 009cf6e

Browse files
authored
Merge pull request cli#12554 from cuiweixie/typo
typo: dont to don't
2 parents cf53b76 + b9c85ff commit 009cf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/queries_projects_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func CurrentUserProjectsV2(client *Client, hostname string) ([]ProjectV2, error)
320320
return projectsV2, nil
321321
}
322322

323-
// When querying ProjectsV2 fields we generally dont want to show the user
323+
// When querying ProjectsV2 fields we generally don't want to show the user
324324
// scope errors and field does not exist errors. ProjectsV2IgnorableError
325325
// checks against known error strings to see if an error can be safely ignored.
326326
// Due to the fact that the GraphQLClient can return multiple types of errors

0 commit comments

Comments
 (0)