Corrected comment

This commit is contained in:
Jori Lallo
2016-06-05 13:13:31 -07:00
parent 02f0bdcef9
commit 9f3c5359fa

View File

@@ -87,7 +87,7 @@ const documentEditState = new class DocumentEditState {
}
constructor() {
// Rehydrate syncronously
// Rehydrate settings
localforage.getItem(DOCUMENT_EDIT_SETTINGS)
.then(data => {
this.preview = data.preview;