Skip to content

Commit cce1944

Browse files
committed
docs(README.md): fix API docs [ci skip]
1 parent 90dc531 commit cce1944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Until that happens, this is probably your best bet!
2828
* [Handling associations being broken](#handling-associations-being-broken)
2929
* [Handling associations being created](#handling-associations-being-created)
3030
* [API](#api)
31-
+ [`refetch(client, typename, [ids], [idField])`](#refetchclient-typename-ids-idfield)
31+
+ [`refetch(client, typenameOrTerms, [ids], [idField])`](#refetchclient-typenameorterms-ids-idfield)
3232

3333
## How it works
3434

@@ -304,7 +304,7 @@ const CreateUserFormContainer = ({organizationId}) => (
304304
305305
## API
306306
307-
### `refetch(client, typename, [ids], [idField])`
307+
### `refetch(client, typenameOrTerms, [ids], [idField])`
308308
309309
#### Arguments
310310

0 commit comments

Comments
 (0)