Skip to content

Commit 379e855

Browse files
authored
Fix typo in README.md
1 parent bcb4127 commit 379e855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Hello {$user?.uid}
6969

7070
3. Listen to realtime data.
7171

72-
Use the `$` as much as you want - it will only result in one Firebase read request. When the all subscriptions are removed, it will automatically unsubscribe.
72+
Use the `$` as much as you want - it will only result in one Firebase read request. When all the subscriptions are removed, it will automatically unsubscribe.
7373

7474
```svelte
7575
<script>

0 commit comments

Comments
 (0)