Skip to content

Commit

Permalink
Merge pull request #31 from vicb/patch-1
Browse files Browse the repository at this point in the history
fix a typo in the README
  • Loading branch information
WebReflection committed Mar 6, 2023
2 parents fb5392a + 9b3c63a commit 43f2844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ To allow developers to try and use different patterns there are a few variants o

* effect passes along its initial value or the previoulsy returned one. If this is a function though, it runs it before re-executing, passing along its returned value, if any.

* both `signal(value[, options])` and `computed(fn[, value[, options]])` accept an optionally *options* argument, currently implementing [equals](https://www.solidjs.com/docs/latest#options) as explained in *silid-js* documentation.
* both `signal(value[, options])` and `computed(fn[, value[, options]])` accept an optionally *options* argument, currently implementing [equals](https://www.solidjs.com/docs/latest#options) as explained in *solid-js* documentation.

* both *signal* and *computed* also have a `toJSON` and a `valueOf()` allowing to implicitly use their values, e.g.

Expand Down

0 comments on commit 43f2844

Please sign in to comment.