Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Nov 3, 2023
1 parent 936d611 commit 8b8fd8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/dwn-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 8b8fd8a

Please sign in to comment.