Fix spelling mistake from registred to registered

This commit is contained in:
Mark Wylde 2016-08-20 14:25:13 +01:00
parent 488fe53276
commit c55b1e87ed
2 changed files with 3 additions and 3 deletions

View file

@ -591,7 +591,7 @@ describe('protocol module', function () {
})
})
it('returns false when scheme is not registred', function (done) {
it('returns false when scheme is not registered', function (done) {
protocol.isProtocolHandled('no-exist', function (result) {
assert.equal(result, false)
done()