diff --git a/pages/reference-smart-account/modules/execTransactionFromModule.mdx b/pages/reference-smart-account/modules/execTransactionFromModule.mdx index 99276893..de4c6673 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModule.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModule.mdx @@ -85,7 +85,7 @@ The native token value transferred in the Safe Module transaction. - **Type:** `bytes` -Data payload of module transaction. +Data payload of the module transaction. ```solidity focus=4 (ISafe safe).execTransactionFromModule( @@ -100,7 +100,7 @@ Data payload of module transaction. - **Type:** `enum Enum.Operation` -Operation type of module transaction. +Operation type of the module transaction. ```solidity focus=5 (ISafe safe).execTransactionFromModule( diff --git a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx index 83cc80af..c4afa6d8 100644 --- a/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx +++ b/pages/reference-smart-account/modules/execTransactionFromModuleReturnData.mdx @@ -86,7 +86,7 @@ Value of the native token transferred in the module transaction. - **Type:** `bytes` -Data payload of module transaction. +Data payload of the module transaction. ```solidity focus=4 (ISafe safe).execTransactionFromModuleReturnData( @@ -101,7 +101,7 @@ Data payload of module transaction. - **Type:** `enum Enum.Operation` -Operation type of module transaction. +Operation type of the module transaction. ```solidity focus=5 (ISafe safe).execTransactionFromModuleReturnData( diff --git a/pages/reference-smart-account/owners/getThreshold.mdx b/pages/reference-smart-account/owners/getThreshold.mdx index 11898be5..686928d3 100644 --- a/pages/reference-smart-account/owners/getThreshold.mdx +++ b/pages/reference-smart-account/owners/getThreshold.mdx @@ -2,7 +2,7 @@ import { Tabs } from 'nextra/components' # `getThreshold` -Returns the number of required confirmations for a Safe transaction aka the threshold. +Returns the threshold of the Safe account. ## Usage diff --git a/pages/reference-smart-account/owners/swapOwner.mdx b/pages/reference-smart-account/owners/swapOwner.mdx index ef00ad02..ccf5709c 100644 --- a/pages/reference-smart-account/owners/swapOwner.mdx +++ b/pages/reference-smart-account/owners/swapOwner.mdx @@ -42,7 +42,7 @@ Replaces the owner `oldOwner` in the Safe with `newOwner`. - **Type:** `address` -Owner that pointed to the owner to be replaced in the linked list +Owner that points to the owner to be replaced in the linked list. ```solidity focus=2 (ISafe safe).swapOwner(