Minor doc edits and link to MDN page

This commit is contained in:
Kevin Sawicki 2016-08-24 09:03:44 -07:00
parent 62cb8428fb
commit 4ce2c221c9
2 changed files with 7 additions and 5 deletions

View file

@ -966,7 +966,7 @@ describe('protocol module', function () {
})
})
it('can access files through FileSystem API', function (done) {
it('can access files through the FileSystem API', function (done) {
let filePath = path.join(__dirname, 'fixtures', 'pages', 'filesystem.html')
const handler = function (request, callback) {
callback({path: filePath})