Fix spelling mistake from registred to registered
This commit is contained in:
parent
488fe53276
commit
c55b1e87ed
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue