Fix tons of typos

This commit is contained in:
Olivier Gagnon
2022-10-09 01:25:31 -04:00
parent f8a3a046de
commit f6f023eeb4
110 changed files with 212 additions and 207 deletions
@@ -27,7 +27,7 @@ export class SleeveRecoveryWork extends Work {
return Generic_toJSON("SleeveRecoveryWork", this);
}
/** Initiatizes a RecoveryWork object from a JSON save state. */
/** Initializes a RecoveryWork object from a JSON save state. */
static fromJSON(value: IReviverValue): SleeveRecoveryWork {
return Generic_fromJSON(SleeveRecoveryWork, value.data);
}