From 7cd75d4d959fdcc0ccb4a2982affb016610204df Mon Sep 17 00:00:00 2001 From: Graham Sutherland Date: Wed, 21 Jan 2026 19:54:45 +0000 Subject: [PATCH] Fix short title typo in creating-database-bundle-for-troubleshooting.md Short title said "createting"; fixed to "creating". --- .../creating-database-bundle-for-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/creating-database-bundle-for-troubleshooting.md b/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/creating-database-bundle-for-troubleshooting.md index bf18a811578b..48cb24da1497 100644 --- a/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/creating-database-bundle-for-troubleshooting.md +++ b/content/code-security/how-tos/scan-code-for-vulnerabilities/scan-from-the-command-line/creating-database-bundle-for-troubleshooting.md @@ -1,6 +1,6 @@ --- title: Creating CodeQL CLI database bundles -shortTitle: Createting CodeQL CLI database bundles +shortTitle: Creating CodeQL CLI database bundles intro: You can create a database bundle with {% data variables.product.prodname_codeql %} troubleshooting information. allowTitleToDifferFromFilename: true product: '{% data reusables.gated-features.codeql %}'