File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55private import javascript
66
7- /** Treats `Reponse ` as an entry point for API graphs. */
7+ /** Treats `Response ` as an entry point for API graphs. */
88private 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
You can’t perform that action at this time.
0 commit comments