Skip to content

Commit

Permalink
Fix anchor links in ApolloClient api docs (#11599)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMaunders authored Feb 15, 2024
1 parent 1ba2fd9 commit a0d40aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/core/ApolloClient.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ The `ApolloClient` class encapsulates Apollo's core client-side API. It backs al

<DocBlock canonicalReference={"@apollo/client!ApolloClient:constructor(1)"} />

Takes an `ApolloClientOptions` parameter that supports the [fields listed below](#ApolloClientOptions).
Takes an `ApolloClientOptions` parameter that supports the [fields listed below](#apolloclientoptions).

Returns an initialized `ApolloClient` object.

#### Example

<Example canonicalReference="@apollo/client!ApolloClient:constructor(1)" />

For more information on the `defaultOptions` object, see the [Default Options](#DefaultOptions) section below.
For more information on the `defaultOptions` object, see the [Default Options](#defaultoptions) section below.

## Functions

Expand Down

0 comments on commit a0d40aa

Please sign in to comment.