Skip to content

Commit

Permalink
fix: typos in documentation files (#874)
Browse files Browse the repository at this point in the history
Corrected `considely` to `concisely`
Corrected `hhttps` to `https`
  • Loading branch information
vtjl10 authored Jan 2, 2025
1 parent dcf20a6 commit 4121b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ about: Bug report about the Safe smart contracts

## Description

Please describe considely the bug you have found, and what you expect instead.
Please describe concisely the bug you have found, and what you expect instead.

## Environment

Expand Down
2 changes: 1 addition & 1 deletion docs/safe_tx_gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If `gasPrice` is set to `0` then the Safe Smart Account will **not** issue a ref

Therefore it is not necessary to be as strict on the gas being passed along with the execution of the Safe transaction. As no refund is triggered the Safe will not pay for the execution costs, based on this the Safe Smart Account will send along all available case when no refund is used.

Before the execution the Safe Smart Account always check if enough gas is available to satisfy the `safeTxGas`. This can be seen in [`Safe.sol`](hhttps://github.com/safe-global/safe-smart-account/blob/main/contracts/Safe.sol#L168-L170):
Before the execution the Safe Smart Account always check if enough gas is available to satisfy the `safeTxGas`. This can be seen in [`Safe.sol`](https://github.com/safe-global/safe-smart-account/blob/main/contracts/Safe.sol#L168-L170):

```js
require(gasleft() >=
Expand Down

0 comments on commit 4121b41

Please sign in to comment.