Skip to content

Commit 66c8ac8

Browse files
committed
Fix vale errors
1 parent 120510f commit 66c8ac8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/solidity/solarity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export const generateMarkdownFromNatspec = ({
269269
contents
270270
.replaceAll('e.g.', 'for example')
271271
.replaceAll('addressess', 'addresses')
272+
.replaceAll('Adddress', 'Address')
272273
.replaceAll('auto-start', 'start automatic'),
273274
'utf8'
274275
)

pages/core-api/safe-contracts-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Callout, Steps, Tabs, Tab } from 'nextra/components'
22

33
# Safe\{Core\} contracts deployment
44

5-
In this section, you will deploy the Safe\{Core\} contracts on your chain. All Safe contract deployments on any network follow the same procedure to ensure a deterministic address for all singleton contracts (proxy-factory, mastercopy, etc.) and verify the deployment.
5+
In this section, you will deploy the Safe\{Core\} contracts on your chain. All Safe contract deployments on any network follow the same procedure to ensure a deterministic address for all singleton contracts (ProxyFactory, MasterCopy, etc.) and verify the deployment.
66

77
<Callout type="info" emoji="ℹ️">
88
You can also use the [Platform-as-a-Service deployment run by Safe Core Contributors](https://noteforms.com/forms/request-safe-ui-and-infra-support-4weugt) or third-party integrators.

pages/reference-smart-account/v1.3.0/setup/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Defined in [`GnosisSafe.sol`](https://github.com/safe-global/safe-smart-account/
211211

212212
- **Type:** `address payable`
213213

214-
Adddress that should receive the payment (or 0 if tx.origin)
214+
Address that should receive the payment (or 0 if tx.origin)
215215

216216
```solidity focus=9
217217
(ISafe safe).setup(

0 commit comments

Comments
 (0)