diff --git a/docs/pages/reference/account-kit/core/src/README.mdx b/docs/pages/reference/account-kit/core/src/README.mdx index ae2a54e86c..74ed59c490 100644 --- a/docs/pages/reference/account-kit/core/src/README.mdx +++ b/docs/pages/reference/account-kit/core/src/README.mdx @@ -332,7 +332,7 @@ layout: reference | [hydrate](functions/hydrate.mdx) | Will hydrate the client store with the provided initial state if one is provided. | | [installPlugin](functions/installPlugin.mdx) | Installs a plugin on a smart account via the client, sending the user operation with the appropriate parameters. NOTE: it's recommended to just use the installPlugin action returned from generated plugins | | [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. | -| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* | +| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | | | [isLightAccountParams](functions/isLightAccountParams.mdx) | - | | [isModularAccountV2](functions/isModularAccountV2.mdx) | - | | [isModularV2AccountParams](functions/isModularV2AccountParams.mdx) | - | diff --git a/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx b/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx index aeb4738943..e60a8d3222 100644 --- a/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx +++ b/docs/pages/reference/account-kit/core/src/functions/isAlchemyTransport.mdx @@ -15,7 +15,7 @@ Defined in: account-kit/infra/dist/types/alchemyTransport.d.ts:37 A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used -to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* +to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* ## Parameters diff --git a/docs/pages/reference/account-kit/infra/src/exports/README.mdx b/docs/pages/reference/account-kit/infra/src/exports/README.mdx index 1ca1024f63..605b2da082 100644 --- a/docs/pages/reference/account-kit/infra/src/exports/README.mdx +++ b/docs/pages/reference/account-kit/infra/src/exports/README.mdx @@ -118,5 +118,5 @@ layout: reference | [getSignerTypeHeader](functions/getSignerTypeHeader.mdx) | - | | [headersUpdate](functions/headersUpdate.mdx) | Update the headers with the trace header and breadcrumb. | | [isAlchemySmartAccountClient](functions/isAlchemySmartAccountClient.mdx) | Checks if a given client is an Alchemy Smart Account Client. The goal of this check is to ensure that the client supports certain RPC methods. | -| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* | +| [isAlchemyTransport](functions/isAlchemyTransport.mdx) | A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* | | | [mutateRemoveTrackingHeaders](functions/mutateRemoveTrackingHeaders.mdx) | Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that are not used by the other systems. | diff --git a/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx b/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx index c4acaa13a0..efeccc0531 100644 --- a/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx +++ b/docs/pages/reference/account-kit/infra/src/exports/functions/isAlchemyTransport.mdx @@ -15,7 +15,7 @@ Defined in: [account-kit/infra/src/alchemyTransport.ts:94](https://github.com/al A type guard for the transport to determine if it is an Alchemy transport. Used in cases where we would like to do switching depending on the transport, where there used -to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two seperate clients. \* +to be two clients for an alchemy and a non-alchemy, and with this switch we don't need the two separate clients. \* ## Parameters