mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2024-12-19 12:22:23 -05:00
Fix typos
This commit is contained in:
parent
baa8543ff4
commit
d27d9e806a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Based on the spec at http://www.w3.org/TR/cors/
|
||||
// The test numbers correspond do steps in the specification
|
||||
// The test numbers correspond to steps in the specification
|
||||
//
|
||||
|
||||
var request = require('supertest');
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
//
|
||||
// Based on the spec at http://www.w3.org/TR/cors/
|
||||
// The test numbers correspond do steps in the specification
|
||||
// The test numbers correspond to steps in the specification
|
||||
//
|
||||
|
||||
var request = require('supertest');
|
||||
|
|
Loading…
Reference in a new issue