Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 2, 2024
1 parent 012e5bb commit 0d4197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/models/fetch-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ accessed while you're doing something to it, for example updating it with new va
=== "SQL"
```postgresql
BEGIN;
SELECT * FRON "users" WHERE "id" = $1 FOR UPDATE;
SELECT * FROM "users" WHERE "id" = $1 FOR UPDATE;
COMMIT;
```

Expand Down

0 comments on commit 0d4197b

Please sign in to comment.