Skip to content

Commit 24ecd6f

Browse files
Dave Bartolomeoaeisenberg
andauthored
Update extensions/ql-vscode/src/run-queries-shared.ts
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent a00db34 commit 24ecd6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/run-queries-shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ async function convertToQlPath(filePath: string): Promise<string> {
587587
* Determines the initial information for a query. This is everything of interest
588588
* we know about this query that is available before it is run.
589589
*
590-
* @param selectedQuer The query to run, including any quickeval info.
590+
* @param selectedQuery The query to run, including any quickeval info.
591591
* @param databaseInfo The database to run the query against.
592592
* @returns The initial information for the query to be run.
593593
*/

0 commit comments

Comments
 (0)