From c1d3d88d236bdebd74baacd0e0c1dac4b666a165 Mon Sep 17 00:00:00 2001 From: MarcTheDev Date: Sat, 11 May 2024 16:27:51 +0200 Subject: [PATCH] - fix build error --- website/docs-marcsync-dev/docs/types/ClientOptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs-marcsync-dev/docs/types/ClientOptions.md b/website/docs-marcsync-dev/docs/types/ClientOptions.md index 92dd23f..6a78b00 100644 --- a/website/docs-marcsync-dev/docs/types/ClientOptions.md +++ b/website/docs-marcsync-dev/docs/types/ClientOptions.md @@ -1,6 +1,6 @@ # ClientOptions -ClientOptions is a type which is used to specify the options of a client. It is used in the [Client](../classes/Client) class when creating a new client. +ClientOptions is a type which is used to specify the options of a client. It is used in the [MarcSyncClient](../classes/MarcSyncClient) class when creating a new client. ## Type Definition