Skip to content

Commit f47acfb

Browse files
committed
JS: Trim whitespace
1 parent f94fdc6 commit f47acfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-javascript.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The class `ASTNode <https://codeql.github.com/codeql-standard-libraries/javascri
193193
.. pull-quote::
194194

195195
Note
196-
196+
197197
These predicates should only be used to perform generic AST traversal. To access children of specific AST node types, the specialized predicates introduced below should be used instead. In particular, queries should not rely on the numeric indices of child nodes relative to their parent nodes: these are considered an implementation detail that may change between versions of the library.
198198

199199
Top-levels
@@ -771,7 +771,7 @@ The ``semmle.javascript.frameworks.AngularJS`` library provides support for work
771771
HTTP framework libraries
772772
^^^^^^^^^^^^^^^^^^^^^^^^
773773

774-
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
774+
The library ``semmle.javacript.frameworks.HTTP`` provides classes modeling common concepts from various HTTP frameworks.
775775

776776
Currently supported frameworks are `Express <https://expressjs.com/>`__, the standard Node.js ``http`` and ``https`` modules, `Connect <https://github.com/senchalabs/connect>`__, `Koa <https://koajs.com>`__, `Hapi <https://hapi.dev/>`__ and `Restify <http://restify.com/>`__.
777777

0 commit comments

Comments
 (0)