不要怂,就是干,撸起袖子干!

Commit 41985c5a by Pedro Machado Committed by Erik Seliger

fix: correct grammar (#10981)

1 parent 0569f42a
Showing with 1 additions and 1 deletions
...@@ -329,7 +329,7 @@ class Model { ...@@ -329,7 +329,7 @@ class Model {
static _transformStringAssociation(include, self) { static _transformStringAssociation(include, self) {
if (self && typeof include === 'string') { if (self && typeof include === 'string') {
if (!self.associations.hasOwnProperty(include)) { if (!self.associations.hasOwnProperty(include)) {
throw new Error(`Association with alias "${include}" does not exists`); throw new Error(`Association with alias "${include}" does not exist`);
} }
return self.associations[include]; return self.associations[include];
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!