Skip to content

Commit a71ae87

Browse files
committed
Rephrase step description & title
1 parent 132482e commit a71ae87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tours/codeql-tutorial.tour

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
{
109109
"file": "tutorial-queries/tutorial.ql",
110-
"description": "It's time to add your own database and analyze some real code!\n\nBring up the command pallete (Cmd/Ctrl + P) and type '> CodeQL: Create Query'. Choose the language of your favorite open source repository.\nAfterwards, you will be asked to provide the name of your repo so we can download the CodeQL database for it. You can either type your preferred repo or go with the suggestion we've provided. When the download has finished, the database will be automatically selected.",
110+
"description": "It's time to create your own query and analyze some real code!\n\n1. Open the Command Palette with `Cmd/Ctrl+Shift+P` and type 'CodeQL: Create Query'.\n2. Choose the language that you'd like to analyze.\n3. Type the name of a repository with that language, so that we can download the CodeQL database for it.\n\n When the download has finished, the database will be automatically selected, so you can immediately modify and run your query!",
111111
"selection": {
112112
"start": {
113113
"line": 7,
@@ -118,7 +118,7 @@
118118
"character": 1
119119
}
120120
},
121-
"title": "Add your own database",
121+
"title": "Add your own query",
122122
"view": "codeQLDatabases"
123123
},
124124
{

0 commit comments

Comments
 (0)