Skip to content

Commit a7876e7

Browse files
authored
Fix small typo in local-caching.md (#12032)
1 parent bd56503 commit a7876e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started/fundamentals/local-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ choose from one of the persistent caching strategies found below.
150150
## Persistent caches
151151

152152
Caching data in memory will never see your precious cache
153-
outlive a user single session.
153+
outlive a single user session.
154154
To enjoy the performance benefits of cache hits on fresh
155155
launches of your application, you need to cache data somewhere
156156
on the device's hard drive.

0 commit comments

Comments
 (0)