Skip to content

Commit 2dd308d

Browse files
space-invitations: 'functions' changed to 'function'
1 parent fc455e3 commit 2dd308d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/space-invitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const { listInvitations } = useHypergraphApp();
2323
listInvitations();
2424
```
2525

26-
Once the functions is called the invitations are requested from and are available in the Hypergraph store.
26+
Once the function is called the invitations are requested from and are available in the Hypergraph store.
2727

2828
```tsx
2929
import { useSelector } from "@xstate/store/react";

0 commit comments

Comments
 (0)