Skip to content

Commit d8d43ef

Browse files
chore: fix typo in tooltip for projects (#474)
the most minor of minor contributions, but here we are 😄
1 parent df77842 commit d8d43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/QueryEditorProjects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const QueryEditorProjects = (props: Props) => {
5050
const label = kind === ProjectQueryType.ORG ? 'Organization' : 'User';
5151
const tooltip =
5252
kind === ProjectQueryType.ORG
53-
? "The organization for the GitHub project (example: 'grafana)"
53+
? "The organization for the GitHub project (example: 'grafana')"
5454
: 'The user who owns the GitHub project';
5555

5656
return (

0 commit comments

Comments
 (0)