We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b1eb commit 1d4e348Copy full SHA for 1d4e348
javascript/ql/lib/semmle/javascript/frameworks/WebResponse.qll
@@ -4,7 +4,7 @@
4
5
private import javascript
6
7
-/** Treats `Reponse` as an entry point for API graphs. */
+/** Treats `Response` as an entry point for API graphs. */
8
private class ResponseEntryPoint extends API::EntryPoint {
9
ResponseEntryPoint() { this = "global.Response" }
10
@@ -47,7 +47,7 @@ private class ResponseArgumentHeaders extends Http::HeaderDefinition {
47
ResponseCall getResponse() { result = response }
48
49
/**
50
- * Gets a call to `new Headers()` that is passed as the headers to thsi call.
+ * Gets a call to `new Headers()` that is passed as the headers to this call.
51
*/
52
private HeadersCall getHeadersCall() { headerNode.refersTo(result.getReturn()) }
53
0 commit comments