We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d84baed + 24ecd6f commit c712b29Copy full SHA for c712b29
1 file changed
extensions/ql-vscode/src/run-queries-shared.ts
@@ -587,7 +587,7 @@ async function convertToQlPath(filePath: string): Promise<string> {
587
* Determines the initial information for a query. This is everything of interest
588
* we know about this query that is available before it is run.
589
*
590
- * @param selectedQuer The query to run, including any quickeval info.
+ * @param selectedQuery The query to run, including any quickeval info.
591
* @param databaseInfo The database to run the query against.
592
* @returns The initial information for the query to be run.
593
*/
0 commit comments