1
0
mirror of synced 2025-12-20 10:28:40 -05:00

fix typo codeql-cli docs

This commit is contained in:
Mathias Rørvik
2022-11-09 15:03:34 +01:00
committed by Mathias Rørvik
parent 15c3a9b44c
commit 6da37f4817

View File

@@ -57,7 +57,7 @@ You can display the command-line help for any command using the <nobr>`--help`</
4. Run `codeql database create` from the checkout root of your repository and build the codebase.
```shell
# Single supported language - create one CodeQL databsae
# Single supported language - create one CodeQL database
codeql database create &lt;database&gt; --command&lt;build&gt; --language=&lt;language-identifier&gt;
# Multiple supported languages - create one CodeQL database per language