Skip to content

Commit

Permalink
docs phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Erik Roald committed May 28, 2024
1 parent 997e261 commit 403aaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ async function update() {
}
```
__Selective updates__
The update method is ideal for updating specific columns and relationships across one or multiple rows. You must provide a where filter to specify the target rows. If you include a fetching strategy, the affected rows and their related data will be returned; otherwise, no data is returned.
The update method is ideal for updating specific columns and relationships across one or multiple rows. You must provide a where filter to specify which rows to target. If you include a fetching strategy, the affected rows and their related data will be returned; otherwise, no data is returned.
```javascript
import map from './map';
Expand Down

0 comments on commit 403aaa2

Please sign in to comment.