Skip to content

Commit 55c7e11

Browse files
authored
Merge pull request #101 from hectorwithc/master
Fix typo in README.md
2 parents 061de35 + 379e855 commit 55c7e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)