Commit 26149474 authored by Robert Knight's avatar Robert Knight

Correct a typo

parent b0028856
......@@ -158,7 +158,7 @@ describe('h:session', function () {
});
describe('#update()', function () {
it('broadcasts SESION_CHANGED when the session changes', function () {
it('broadcasts SESSION_CHANGED when the session changes', function () {
var sessionChangeCallback = sinon.stub();
// the initial load should trigger a SESSION_CHANGED event
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment