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

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Dave Bartolomeo
2023-03-28 18:24:54 -04:00
committed by GitHub
parent a00db34999
commit 24ecd6feb8

View File

@@ -587,7 +587,7 @@ async function convertToQlPath(filePath: string): Promise<string> {
* Determines the initial information for a query. This is everything of interest
* we know about this query that is available before it is run.
*
* @param selectedQuer The query to run, including any quickeval info.
* @param selectedQuery The query to run, including any quickeval info.
* @param databaseInfo The database to run the query against.
* @returns The initial information for the query to be run.
*/