Skip to content

Commit

Permalink
Fix typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Apr 24, 2024
1 parent fe3ee76 commit 87b1a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/spa/react/_init-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => (
);
```

:::caution[`LogtoProvider` will implicity re-render contained component]
:::caution[`LogtoProvider` implicitly re-renders contained component]

React has a powerful composition model. The `LogtoProvider` uses _containment_ to reuse code between components.

Expand Down

0 comments on commit 87b1a76

Please sign in to comment.