Commit 3f344b46 authored by Donald Cook's avatar Donald Cook

Fixed couple typos

parent 1e2dec6e
......@@ -61,7 +61,7 @@ describe('Autosave', () => {
});
});
describe('if .islocalstorageavailable is `true`', () => {
describe('if .isLocalStorageAvailable is `true`', () => {
beforeEach(() => {
autosave.isLocalStorageAvailable = true;
});
......@@ -126,7 +126,7 @@ describe('Autosave', () => {
});
});
describe('if .islocalstorageavailable is `true`', () => {
describe('if .isLocalStorageAvailable is `true`', () => {
beforeEach(() => {
autosave.isLocalStorageAvailable = true;
});
......
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