Skip to content

Commit 76e9013

Browse files
Merge branch 'main' into css-in-azure
2 parents 948b946 + 3f325a9 commit 76e9013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/building_your_first_solid_app_with_ldo_and_react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ npm run build:ldo
401401
402402
### Finding Where to Save Data
403403
404-
A common question in Solid is: "Where do I save my app's data?" The best practice is to create a dedicated folder for your app inside the user's Pod. We can find the root of their storage space using the sp:storage property from their profile.
404+
A common question in Solid is: "Where do I save my app's data?" One possibility is to create a dedicated folder for your app inside the user's Pod. We can find the root of their storage space using the sp:storage property from their profile.
405405
406406
Let's update **src/Blog.tsx** to find the root container and create a folder for our app.
407407

0 commit comments

Comments
 (0)