Skip to content

Commit

Permalink
docs: fix typos (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode authored May 16, 2024
1 parent d4f1e5a commit bd1d6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/userguides/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Generally, configure compiler plugins using your `ape-config.yaml` file.
One setting that applies to many compiler plugins is `cache_folder`, which holds dependency source files the compiler uses when compiling your contracts.
By default, the folder is in your `contracts/.cache` folder but there are times you may want to move this to another location.
Paths are relative to the project directory.
For instance, to move the dependency cahce to the root project directory:
For instance, to move the dependency cache to the root project directory:

```yaml
compile:
Expand Down
2 changes: 1 addition & 1 deletion src/ape/api/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def decode_custom_error(
Decode a custom error class from an ABI defined in a contract.
Args:
data (HexBytes): The error data contining the selector
data (HexBytes): The error data containing the selector
and input data.
address (AddressType): The address of the contract containing
the error.
Expand Down

0 comments on commit bd1d6c0

Please sign in to comment.