We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df77842 commit d8d43efCopy full SHA for d8d43ef
src/views/QueryEditorProjects.tsx
@@ -50,7 +50,7 @@ const QueryEditorProjects = (props: Props) => {
50
const label = kind === ProjectQueryType.ORG ? 'Organization' : 'User';
51
const tooltip =
52
kind === ProjectQueryType.ORG
53
- ? "The organization for the GitHub project (example: 'grafana)"
+ ? "The organization for the GitHub project (example: 'grafana')"
54
: 'The user who owns the GitHub project';
55
56
return (
0 commit comments