From e25749d5de23a86411f627b9f1dc77bdfb8dca86 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 8 Aug 2019 15:52:22 +0100 Subject: [PATCH] docs: 2nd review comment --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fea4cd2eed5..aaa6bcfaf43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Follow the steps below to help other users understand what your query does, and * JavaScript: `ql/javascript/ql/src` * Python: `ql/python/ql/src` - Each language-specific directory contains further subdirectories that group queries based on their `@tags` properties or purpose. Make sure that you select the appropriate subdirectory for your new query, or create a new one if necessary. + Each language-specific directory contains further subdirectories that group queries based on their `@tags` properties or purpose. Select the appropriate subdirectory for your new query, or create a new one if necessary. 6. **Write a query help file**