Skip to content

Commit

Permalink
Edit glossary wording
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Dec 6, 2023
1 parent 52df0f7 commit 1d49be0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions miscellaneous/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ Relayers are third-party services that can pay for gas fees on behalf of users.

## S

### Safe
### Safes

A Safe is a smart contract used to store funds and execute transactions on behalf of its owners. It has an Ethereum address and is supercharged with features, making it as easy as possible. It is the main output from Safe's vision for modular [Smart Accounts](#smart-accounts).
Safes are smart contracts used to store funds and execute transactions on behalf of their owners. They have an Ethereum address and are provide multiple features, making it as easy as possible. They are the main output from [Safe](https://safe.global)'s vision for modular [Smart Accounts](#smart-accounts).

Check failure on line 51 in miscellaneous/glossary.md

View workflow job for this annotation

GitHub Actions / vale

[vale] miscellaneous/glossary.md#L51

[Microsoft.Contractions] Use 'they're' instead of 'They are'.
Raw output
{"message": "[Microsoft.Contractions] Use 'they're' instead of 'They are'.", "location": {"path": "miscellaneous/glossary.md", "range": {"start": {"line": 51, "column": 195}}}, "severity": "ERROR"}

### Safe{Core}

Safe{Core} is a set of smart contracts and Typescript packages used to build Safe{Wallet}.

### Safe{Wallet}

Safe{Wallet} is a web and mobile wallet UI that manages Safes. It can sign transactions and messages and interact with other smart contracts from the web, at [app.safe.global](https://app.safe.global), or from a mobile device, using the [Safe{Wallet} mobile app](https://safe.global/wallet). It uses the Safe{Core} SDK internally.
Safe{Wallet} is the official user interface to manage Safe accounts. It can sign transactions and messages and interact with other smart contracts from the web, at [app.safe.global](https://app.safe.global), or from a mobile device, using the [Safe{Wallet} mobile app](https://safe.global/wallet). It uses the Safe{Core} SDK internally.

### Safe{RecoveryHub}

Expand Down

0 comments on commit 1d49be0

Please sign in to comment.