Skip to content

Commit 1d4e348

Browse files
committed
JS: Fix typos
1 parent 315b1eb commit 1d4e348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/frameworks/WebResponse.qll

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
private import javascript
66

7-
/** Treats `Reponse` as an entry point for API graphs. */
7+
/** Treats `Response` as an entry point for API graphs. */
88
private class ResponseEntryPoint extends API::EntryPoint {
99
ResponseEntryPoint() { this = "global.Response" }
1010

@@ -47,7 +47,7 @@ private class ResponseArgumentHeaders extends Http::HeaderDefinition {
4747
ResponseCall getResponse() { result = response }
4848

4949
/**
50-
* Gets a call to `new Headers()` that is passed as the headers to thsi call.
50+
* Gets a call to `new Headers()` that is passed as the headers to this call.
5151
*/
5252
private HeadersCall getHeadersCall() { headerNode.refersTo(result.getReturn()) }
5353

0 commit comments

Comments
 (0)