From f9fe0b1a4d32e1b9a99c49b419ff695c117691e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 29 Jun 2026 07:19:36 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20fix=202=20typos=20in=20comments=20(prep?= =?UTF-8?q?resented=E2=86=92represented,=20intiialization=E2=86=92initiali?= =?UTF-8?q?zation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fdb-host/src/index.ts | 2 +- packages/fdb-protocol/src/FDBTypes/Structures.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fdb-host/src/index.ts b/packages/fdb-host/src/index.ts index 43560613..4c7a6b34 100644 --- a/packages/fdb-host/src/index.ts +++ b/packages/fdb-host/src/index.ts @@ -51,7 +51,7 @@ export class Host extends EventEmitter { /** Install method to call after an app install has finalized */ private installHandler?: InstallHandler; - /** Host information required for intiialization */ + /** Host information required for initialization */ private hostInfo: HostInfo; /** Open bulk data transfer streams. */ diff --git a/packages/fdb-protocol/src/FDBTypes/Structures.ts b/packages/fdb-protocol/src/FDBTypes/Structures.ts index 8062694a..26bc4350 100644 --- a/packages/fdb-protocol/src/FDBTypes/Structures.ts +++ b/packages/fdb-protocol/src/FDBTypes/Structures.ts @@ -126,7 +126,7 @@ export type UUID = t.TypeOf; /** * The build ID of a Fitbit app. The build ID is a 64-bit number, which - * cannot be prepresented with full precision by a JSON number. It is + * cannot be represented with full precision by a JSON number. It is * transmitted over the wire by serializing it to a string of sixteen * hexadecimal digits. */