diff --git a/packages/api/src/dwn-api.ts b/packages/api/src/dwn-api.ts index 1517ccecc..8ce82ec0f 100644 --- a/packages/api/src/dwn-api.ts +++ b/packages/api/src/dwn-api.ts @@ -191,7 +191,7 @@ export class DwnApi { } /** - * API to to interact with DWN protocols (e.g., `dwn.protocols.configure()`). + * API to interact with DWN protocols (e.g., `dwn.protocols.configure()`). */ get protocols() { return { @@ -253,7 +253,7 @@ export class DwnApi { } /** - * API to to interact with DWN records (e.g., `dwn.records.create()`). + * API to interact with DWN records (e.g., `dwn.records.create()`). */ get records() { return {