Skip to content

Commit

Permalink
Merge branch 'main' into slots-base
Browse files Browse the repository at this point in the history
* main:
  [providers] Improve and group providers (#6069)
  • Loading branch information
sneridagh committed Oct 17, 2024
2 parents 9ffe034 + 5660ae4 commit c3bad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export type PloneClientProviderProps = {
};
```

Second, use its related hook through the following example.
Second, use its related hook through either of the following examples.

```tsx
import { usePloneClient } from '@plone/providers';
Expand Down

0 comments on commit c3bad2b

Please sign in to comment.