Skip to content

Commit 933ca9e

Browse files
roshith844thePunderWoman
authored andcommitted
docs: fix spelling mistake in documentation
correct typo where "youself" was written instead of "yourself"
1 parent 4d6a6aa commit 933ca9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/signals/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ effect(() => {
188188

189189
## Advanced derivations
190190

191-
While `computed` handles simple readonly derivations, you might find youself needing a writable state that is dependant on other signals.
191+
While `computed` handles simple readonly derivations, you might find yourself needing a writable state that is dependant on other signals.
192192
For more information see the [Dependent state with linkedSignal](/guide/signals/linked-signal) guide.
193193

194194
All signal APIs are synchronous— `signal`, `computed`, `input`, etc. However, applications often need to deal with data that is available asynchronously. A `Resource` gives you a way to incorporate async data into your application's signal-based code and still allow you to access its data synchronously. For more information see the [Async reactivity with resources](/guide/signals/resource) guide.

0 commit comments

Comments
 (0)