Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/fdb-host/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion packages/fdb-protocol/src/FDBTypes/Structures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export type UUID = t.TypeOf<typeof UUID>;

/**
* 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.
*/
Expand Down