Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops committed Jan 9, 2025
1 parent 98b4c35 commit 62599b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions javascript/ql/lib/semmle/javascript/frameworks/Angular2.qll
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,9 @@ module Angular2 {

override string getName() { result = propertyNode.getStringValue() }

/** Get the `DataFlow::Node` that is affected by this Attribute Definition.
*
/**
* Get the `DataFlow::Node` that is affected by this Attribute Definition.
*
* Defined instead of defining `getElement()`, which requires returning a DOM element defintion, `ElementDefinition`.
*/

Check warning

Code scanning / CodeQL

Misspelling Warning

This comment contains the common misspelling 'defintion', which should instead be 'definition'.
DataFlow::Node getElementNode() { result = elementNode }
Expand Down

0 comments on commit 62599b2

Please sign in to comment.