Skip to content

Commit

Permalink
Merge pull request #26 from illepic/patch-1
Browse files Browse the repository at this point in the history
you => your
  • Loading branch information
chiefGui committed Sep 24, 2022
2 parents 44e38b8 + 324ae7d commit 2fc5438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/advanced/nesting.mdx
Expand Up @@ -16,7 +16,7 @@ const hero = superstate({ attributes: { hp } })
hero.now().attributes.hp.set((prev) => prev - 50)
```

To make you life easier, you can create helper functions:
To make your life easier, you can create helper functions:

```tsx
const attributes = { hp: attribute(100) }
Expand Down

0 comments on commit 2fc5438

Please sign in to comment.