Skip to content

Commit 75c2d03

Browse files
authored
Update request.js
fix: Spelling in new test description.
1 parent 8c1e530 commit 75c2d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ describe('request', function () {
189189
.then(done, done);
190190
});
191191

192-
it('agent can be used to set default baerer authentication', function (done){
192+
it('agent can be used to set default bearer authentication', function (done){
193193
var agent = request.agent('https://httpbin.org');
194194
agent.set("Authorization", "Bearer test_bearer");
195195

0 commit comments

Comments
 (0)