Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
test: fix typo in test names
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 26, 2016
1 parent b746236 commit 8af3e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('FindProxyForURL', function () {
});
});

describe('offical docs Example #1', function () {
describe('official docs Example #1', function () {
var FindProxyForURL = pac(
'function FindProxyForURL(url, host) {' +
' if (isPlainHostName(host) ||' +
Expand Down Expand Up @@ -71,7 +71,7 @@ describe('FindProxyForURL', function () {

});

describe('offical docs Example #1b', function () {
describe('official docs Example #1b', function () {
var FindProxyForURL = pac(
'function FindProxyForURL(url, host)' +
'{' +
Expand Down Expand Up @@ -119,7 +119,7 @@ describe('FindProxyForURL', function () {

});

describe('offical docs Example #5', function () {
describe('official docs Example #5', function () {
var FindProxyForURL = pac(
'function FindProxyForURL(url, host)' +
'{' +
Expand Down

0 comments on commit 8af3e68

Please sign in to comment.