Skip to content

Commit e7e3767

Browse files
Fix typo
Co-authored-by: benitav <[email protected]>
1 parent 3e59a72 commit e7e3767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/client/data/map-local-uuid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This allows using a sequential primary key for each record, with a UUID as a sec
1414
This mapping must be performed wherever the UUIDs are referenced, including for every foreign key column.
1515
</Note>
1616

17-
To illustrate this, we will use the [To-Do List demo app](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-supabase-todolist) and modify it to use UUIDs
17+
To illustrate this, we will use the [React To-Do List demo app](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-supabase-todolist) and modify it to use UUIDs
1818
on the client and map them to sequential IDs on the backend database (Supabase in this case).
1919

2020
### Overview

0 commit comments

Comments
 (0)