From bbce52535a84e38ffd8fc1036fbcdf7a758c935e Mon Sep 17 00:00:00 2001 From: Asger F Date: Fri, 9 Dec 2022 12:59:09 +0100 Subject: [PATCH] JS: Add clarification in another customization doc --- javascript/documentation/library-customization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/documentation/library-customization.rst b/javascript/documentation/library-customization.rst index 62d8756e0a1..b06e5b5cab1 100644 --- a/javascript/documentation/library-customization.rst +++ b/javascript/documentation/library-customization.rst @@ -2,7 +2,7 @@ Customizing the JavaScript analysis =================================== This document describes the main extension points offered by the JavaScript analysis for customizing -analysis behavior without editing the queries or libraries themselves. +analysis behavior from CodeQL without editing the queries or libraries themselves. Customization mechanisms ------------------------