Skip to content

Commit

Permalink
Tiny ortographic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcandal committed Aug 11, 2020
1 parent d8843c7 commit ff2a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/data/model.js
Expand Up @@ -267,7 +267,7 @@ export class ModelStore extends Model {
let model;

// iterates over each of the fields that are meant to have its value
// increment and performs the appropriate operation takin into account
// increment and performs the appropriate operation taking into account
// if the value is already populated or not
for (const name of this.constructor.increments) {
const exists = this.model[name] !== undefined;
Expand Down

0 comments on commit ff2a54d

Please sign in to comment.