diff --git a/docs/protocol-concepts/account.mdx b/docs/protocol-concepts/account.mdx index 38f2a5a..bc5ecec 100644 --- a/docs/protocol-concepts/account.mdx +++ b/docs/protocol-concepts/account.mdx @@ -12,7 +12,7 @@ A [**User**](/docs/protocol-concepts/user) represents an individual that signed ## Key Attributes: -- **Accounts** have Account IDs (previously know as Passport ID) and account-specific URLs (until they're linked to a user), following this format: +- **Accounts** have Account IDs (previously known as Passport ID) and account-specific URLs (until they're linked to a user), following this format: - `talentprotocol.com/address/0xbd…23d4` - `talentprotocol.com/github/filmacedo` - If linked to a user, the account URL will automatically redirect to the user’s profile URL. Otherwise, it will show the data from that imported account independently. @@ -22,7 +22,7 @@ A [**User**](/docs/protocol-concepts/user) represents an individual that signed ## Types of Accounts: -- I**ndexed Account**: All accounts being tracked by Talent Protocol, whether connected by users or imported automatically. +- **Indexed Account**: All accounts being tracked by Talent Protocol, whether connected by users or imported automatically. - **Imported Account**: Public accounts indexed directly by Talent Protocol, without any explicit user action, such as curated wallet addresses or public GitHub profiles. diff --git a/docs/protocol-concepts/user.mdx b/docs/protocol-concepts/user.mdx index fb4e743..dc6c70b 100644 --- a/docs/protocol-concepts/user.mdx +++ b/docs/protocol-concepts/user.mdx @@ -17,7 +17,7 @@ An [**Account**](/docs/protocol-concepts/account) represents a connection with a - `talentprotocol.com/UUID` - A user can connect multiple [accounts](/docs/protocol-concepts/account), but an account can only be linked to one user at a time. - A user aggregates reputation data from all its connected [accounts](/docs/protocol-concepts/account) into a unified [Builder Score](/docs/protocol-concepts/scoring-systems/builder-score). -- A user is be able to sign-in to the Talent Protocol App with any account that they connected. +- A user is able to sign-in to the Talent Protocol App with any account that they connected. - For now, only the Talent Protocol app can create, update or delete users from the database. Ecosystem apps can only read data. ## Types of Users: