Skip to content

Commit a4aa19c

Browse files
committed
docs: typo
1 parent d3d31e7 commit a4aa19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-v2/src/content/docs/learning/resource.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
`Resources` are special `Signal`s designed specifically to handle __async loading__.
99

10-
Their purpose is wrap async values in a way that makes them easy to interact with handling the common states of an async value: __data__, __error__ and __loading__.
10+
Their purpose is wrap async values in a way that makes them easy to interact by handling the common states of an async value: __data__, __error__ and __loading__.
1111

1212
Let's create a Resource:
1313

0 commit comments

Comments
 (0)