Skip to content

Commit 190ff7f

Browse files
committed
Fix capitalisation
1 parent 694d8f1 commit 190ff7f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.tours/codeql-tutorial.tour

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"commands": [
99
"codeQL.checkForUpdatesToCLI"
1010
],
11-
"title": "Set Up Extension"
11+
"title": "Set up extension"
1212
},
1313
{
1414
"directory": ".tours/codeql-tutorial-database",
1515
"description": "To run a CodeQL query, we need to select a CodeQL database.\n\nWe have prepared a sample database for you to use in this tutorial.\nLook for the 'codeql-tutorial-database' directory highlighted in the Explorer view in your left sidebar.\n\nWe have selected this as your current database.",
1616
"commands": [
1717
"codeQL.setDefaultTourDatabase"
1818
],
19-
"title": "Your first Database"
19+
"title": "Your first database"
2020
},
2121
{
2222
"title": "Extension",
@@ -27,7 +27,7 @@
2727
"file": "tutorial-queries/tutorial.ql",
2828
"description": "This is a CodeQL query file.",
2929
"line": 1,
30-
"title": "Your first Query"
30+
"title": "Your first query"
3131
},
3232
{
3333
"file": "tutorial-queries/tutorial.ql",
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"file": "tutorial-queries/tutorial.ql",
40-
"description": "This is the query clause. It determines the output of the query. Click 'Next' to run the Query!",
40+
"description": "This is the query clause. It determines the output of the query. Click 'Next' to run the query!",
4141
"selection": {
4242
"start": {
4343
"line": 7,
@@ -63,7 +63,7 @@
6363
"character": 1
6464
}
6565
},
66-
"title": "Run Query",
66+
"title": "Run query",
6767
"commands": [
6868
"codeQL.runQuery"
6969
]
@@ -81,7 +81,7 @@
8181
"character": 1
8282
}
8383
},
84-
"title": "Query History"
84+
"title": "Query history"
8585
},
8686
{
8787
"file": "tutorial-queries/tutorial.ql",
@@ -96,7 +96,7 @@
9696
"character": 1
9797
}
9898
},
99-
"title": "Run Query yourself"
99+
"title": "Run query yourself"
100100
},
101101
{
102102
"file": "tutorial-queries/tutorial.ql",
@@ -111,11 +111,11 @@
111111
"character": 1
112112
}
113113
},
114-
"title": "Add your own Database"
114+
"title": "Add your own database"
115115
},
116116
{
117-
"title": "CodeQL Pack",
118-
"description": "After adding a new Database we create a new CodeQL Pack for you. \n\nThis loads all dependencies needed for the language of the Database, and creates an example query that you can run and modify. Open `example.ql` inside the 'codeql-custom-queries-*' folder to get started.",
117+
"title": "CodeQL pack",
118+
"description": "After adding a new database we create a new CodeQL Pack for you. \n\nThis loads all dependencies needed for the language of the database, and creates an example query that you can run and modify. Open `example.ql` inside the 'codeql-custom-queries-*' folder to get started.",
119119
"view": "explorer"
120120
}
121121
]

0 commit comments

Comments
 (0)