From 403aaa2b7ebdf8d76456d581553b26869a319e01 Mon Sep 17 00:00:00 2001 From: Lars-Erik Roald Date: Tue, 28 May 2024 16:19:15 +0200 Subject: [PATCH] docs phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68be5328..f38edafa 100644 --- a/README.md +++ b/README.md @@ -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';