Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Hinek <[email protected]>
  • Loading branch information
leordev and frankhinek authored Nov 3, 2023
1 parent 580c261 commit 936d611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/api/src/did-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import type { Web5Agent } from '@web5/agent';
// }

/**
* The DID API is used to create and resolve DIDs. It is the primary interface
* for interacting with DIDs.
* The DID API is used to create and resolve DIDs.
*
* @beta
*/
Expand Down
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 {
}

/**
* Retrieves the protocols manager, used to configure and query them
* API to to interact with DWN protocols (e.g., `dwn.protocols.configure()`).
*/
get protocols() {
return {
Expand Down Expand Up @@ -253,7 +253,7 @@ export class DwnApi {
}

/**
* Records manager, used to read, write, query and delete records
* API to to interact with DWN records (e.g., `dwn.records.create()`).
*/
get records() {
return {
Expand Down

0 comments on commit 936d611

Please sign in to comment.