Skip to content

Commit 4494f27

Browse files
committed
Typo
1 parent 38393cf commit 4494f27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

usage/sync-rules.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The remainder of these docs dive further into the details.
1414
<Note>
1515
**Sync Streams available in Early Alpha**
1616

17-
[Sync Streams](/usage/sync-streams) are now available in early alpha! Sync Streams will eventually replace Sync Rules and are designed to allow for more dynamic syncing, while not compromising on existing offline-first capabilties.
17+
[Sync Streams](/usage/sync-streams) are now available in early alpha! Sync Streams will eventually replace Sync Rules and are designed to allow for more dynamic syncing, while not compromising on existing offline-first capabilities.
1818

1919
Key improvements in Sync Streams over Sync Rules include:
2020
- **On-demand syncing**: You define Sync Streams on the PowerSync Service, and a client can then subscribe to them one or more times with different parameters.
21-
- **Temporary caching-like behavior**: Each subscription includes a configurable ttl that keeps data active after your app unsubscribes, acting as a warm cache for recently accessed data.
21+
- **Temporary caching-like behavior**: Each subscription includes a configurable TTL that keeps data active after your app unsubscribes, acting as a warm cache for recently accessed data.
2222
- **Simpler developer experience**: Simplified syntax and mental model, and capabilities such as your UI components automatically managing subscriptions (for example, React hooks).
2323

2424
We encourage you to explore Sync Streams for new projects, and migrating to Sync Streams once they are in Beta.

usage/sync-streams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Sync Streams (Early Alpha)"
3-
description: Sync Streams will replace Sync Rules and are designed to allow for more dynamic syncing, while not compromising on existing offline-first capabilties.
3+
description: Sync Streams will replace Sync Rules and are designed to allow for more dynamic syncing, while not compromising on existing offline-first capabilities.
44
---
55

66
## Motivation

0 commit comments

Comments
 (0)