Skip to content

Commit 4439c6e

Browse files
committed
NodeJS -> Node.js
1 parent cf50fa2 commit 4439c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installation/app-backend-setup/writing-client-changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ For details on handling write conflicts, see:
7070

7171
We have some example backend implementations that you can use as a guide for your implementation:
7272

73-
#### <Icon icon="js" iconType="solid" size="24"/> [NodeJS](https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo)
73+
#### <Icon icon="js" iconType="solid" size="24"/> [Node.js](https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo)
7474

7575
#### <Icon icon="python" iconType="solid" size="24"/> [Django](https://github.com/powersync-ja/powersync-django-backend-todolist-demo)

usage/use-case-examples/custom-write-checkpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The PowerSync Service then needs to process the (ordered) replication events and
4545

4646
A self-hosted Node.js demo with Postgres is available here:
4747

48-
<Card title="Custom Write Checkpoints (NodeJS + Postgres)" icon="github" href="https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-custom-checkpoints/README.md" horizontal>
48+
<Card title="Custom Write Checkpoints (Node.js + Postgres)" icon="github" href="https://github.com/powersync-ja/self-host-demo/tree/main/demos/nodejs-custom-checkpoints/README.md" horizontal>
4949
</Card>
5050

5151
## Implementation Details

0 commit comments

Comments
 (0)