Skip to content

Commit

Permalink
Merge pull request #7134 from anurbol/patch-1
Browse files Browse the repository at this point in the history
[misc] Wrong wording in update.md
  • Loading branch information
eashaw authored Jul 14, 2021
2 parents 410ad63 + 5987e45 commit d601d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/waterline/models/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or

| Type | Description |
|:--------------------|:-----------------|
| ((array?)) | The created records are not provided as a result by default, in order to optimize for performance. To override the default setting, chain `.fetch()` and an array of the updated records will be sent back. (Be aware that this requires an extra database query in some adapters.)
| ((array?)) | The updated records are not provided as a result by default, in order to optimize for performance. To override the default setting, chain `.fetch()` and an array of the updated records will be sent back. (Be aware that this requires an extra database query in some adapters.)


##### Errors
Expand Down

0 comments on commit d601d8c

Please sign in to comment.