Skip to content

Commit 5eca3aa

Browse files
authored
Typo fix in code tour
🤏🏽 Minor fix spotted whilst running through the recent tour updates (extenion -> extension)
1 parent 06e068b commit 5eca3aa

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
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"file": "tutorial-queries/tutorial.ql",
102-
"description": "It's time to add your own database! \n\nGo to the extenion and use one of the top bar buttons. When you use the GitHub logo for example you can enter the repository name of your favourite open source repository.\nAfter the download has finished the Database will be automatically selected.\n\nYou can only add a database if the repository has advanced security enabled.",
102+
"description": "It's time to add your own database! \n\nGo to the extension and use one of the top bar buttons. When you use the GitHub logo for example you can enter the repository name of your favourite open source repository.\nAfter the download has finished the Database will be automatically selected.\n\nYou can only add a database if the repository has advanced security enabled.",
103103
"selection": {
104104
"start": {
105105
"line": 7,
@@ -117,4 +117,4 @@
117117
"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, so that you can start right away creating a query."
118118
}
119119
]
120-
}
120+
}

0 commit comments

Comments
 (0)