From e7881a8c7fd9b2438f6b11e0898e7fcd3ea8f350 Mon Sep 17 00:00:00 2001 From: aegilops <41705651+aegilops@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:11:06 +0000 Subject: [PATCH] Fix typo --- javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll b/javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll index ba8f2e231219..dd71a1cf728b 100644 --- a/javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll +++ b/javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll @@ -583,7 +583,7 @@ module Angular2 { /** * Get the `DataFlow::Node` that is affected by this Attribute Definition. * - * Defined instead of defining `getElement()`, which requires returning a DOM element defintion, `ElementDefinition`. + * Defined instead of defining `getElement()`, which requires returning a DOM element definition, `ElementDefinition`. */ DataFlow::Node getElementNode() { result = elementNode }