Skip to content

Commit

Permalink
Docs: Fix typo (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theiaz authored Dec 20, 2024
1 parent 16c2efb commit 9b4616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/writes.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Through this, the implementation:
- presents a single table interface for reads and writes
- auto-syncs the local writes to the server

The application code code in [`index.tsx`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/index.tsx) stays very simple. Most of the complexity is abstracted into the local database schema, defined in [`local-schema.sql`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/local-schema.sql). The write-path sync utility in [`sync.ts`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/local-schema.sql) handles sending data to the server.
The application code in [`index.tsx`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/index.tsx) stays very simple. Most of the complexity is abstracted into the local database schema, defined in [`local-schema.sql`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/local-schema.sql). The write-path sync utility in [`sync.ts`](https://github.com/electric-sql/electric/blog/main/examples/write-patterns/patterns/4-through-the-db/local-schema.sql) handles sending data to the server.

These are shown in the three tabs below:

Expand Down

0 comments on commit 9b4616b

Please sign in to comment.