From 70b0fe38e32832c7d808690502303fe718cd0f71 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 1 Jun 2020 12:15:39 +0100 Subject: [PATCH] Docs: Fix punctation in section header --- .../adaptivethreatmodeling/docs/creating-a-boosted-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/src/experimental/adaptivethreatmodeling/docs/creating-a-boosted-query.md b/javascript/ql/src/experimental/adaptivethreatmodeling/docs/creating-a-boosted-query.md index fc607c4fea0..230e7907ce6 100644 --- a/javascript/ql/src/experimental/adaptivethreatmodeling/docs/creating-a-boosted-query.md +++ b/javascript/ql/src/experimental/adaptivethreatmodeling/docs/creating-a-boosted-query.md @@ -27,7 +27,7 @@ To create a boosted query, you supply an ATM configuration that provides the fol For more information about how adaptive threat modeling works, see "[About adaptive threat modeling](./about-adaptive-threat-modeling.md)." -## Example boosting the standard NoSQL injection JavaScript query +## Example: boosting the standard NoSQL injection JavaScript query Before working through this example, ensure that you have correctly set up adaptive threat modeling and can run a boosted query. For more information, see "[Setting up adaptive threat modeling](https://github.com/github/vscode-codeql-starter/tree/experimental/atm#readme)."