Skip to content

Commit

Permalink
chore: update spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDemirel committed Feb 14, 2025
1 parent 7f1e795 commit 7805541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcxAnalyticsSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export class ArcxAnalyticsSdk {
/** PUBLIC METHODS **/
/********************/

/** Initialises the Analytics SDK with desired configuration. */
/** Initializes the Analytics SDK with desired configuration. */
static async init(apiKey: string, config?: Partial<SdkConfig>): Promise<ArcxAnalyticsSdk> {
const sdkConfig = { ...DEFAULT_SDK_CONFIG, ...config }

Expand Down

0 comments on commit 7805541

Please sign in to comment.