File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ characteristics as this mode did in versions before 1.5.
81
81
* Any operations, including ` request.setTimeout ` , that operate directly on the underlying
82
82
socket.
83
83
* Any options that are disallowed for security reasons. This includes setting or getting
84
- certian headers.
84
+ certain headers.
85
85
* ` message.httpVersion `
86
86
* ` message.rawHeaders ` is modified by the browser, and may not quite match what is sent by
87
87
the server.
@@ -112,7 +112,7 @@ that run in the browser (found in `test/browser`). Normally the browser tests ru
112
112
113
113
Running ` npm test ` will run both sets of tests, but in order for the Sauce Labs tests to run
114
114
you will need to sign up for an account (free for open source projects) and put the
115
- credentials in [ a ` .zuulrc ` file] ( https://github.com/defunctzombie/zuul/wiki/zuulrc ) .
115
+ credentials in a [ ` .zuulrc ` file] ( https://github.com/defunctzombie/zuul/wiki/zuulrc ) .
116
116
117
117
To run just the node tests, run ` npm run test-node ` .
118
118
You can’t perform that action at this time.
0 commit comments