Skip to content

Commit

Permalink
docs: Spelling error. (#2862)
Browse files Browse the repository at this point in the history
Signed-off-by: RiceChuan <[email protected]>
Co-authored-by: Pavel <[email protected]>
  • Loading branch information
RiceChuan and pgolovkin authored Jan 9, 2025
1 parent b106b3e commit aae2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/effector.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sample({
```

### AppStarted event
Because `effetor` is a pure JS library, it's units could be used in any part of the app.
Because `effector` is a pure JS library, it's units could be used in any part of the app.
So in order to emit some important event like `appStarted` we can do the following:
```typescript
// index.tsx - app's entrypoint
Expand Down

0 comments on commit aae2f07

Please sign in to comment.