Skip to content

Commit 344369c

Browse files
committed
Typo fix
1 parent 3c3509e commit 344369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/jira/actions/search-issues-with-jql/search-issues-with-jql.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
jql: {
1818
type: "string",
1919
label: "JQL Query",
20-
description: "The JQL query query to search for issues. [See the documentation for syntax and examples](https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-search-in-jira-cloud/)",
20+
description: "The JQL query to search for issues. [See the documentation for syntax and examples](https://support.atlassian.com/jira-software-cloud/docs/what-is-advanced-search-in-jira-cloud/)",
2121
},
2222
maxResults: {
2323
type: "integer",

0 commit comments

Comments
 (0)