From 63033480423621308f01f45dfcf804ad09b03469 Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Wed, 1 Jan 2025 15:32:17 +0100 Subject: [PATCH] typo fix edit-contracts.md --- docs/edit-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edit-contracts.md b/docs/edit-contracts.md index 84f49303..b6871d11 100644 --- a/docs/edit-contracts.md +++ b/docs/edit-contracts.md @@ -90,7 +90,7 @@ kurtosis clean --all # Fetch and edit the docker image `zkevm-contracts` -Clone the repo [`zkevm-contracts`](https://github.com/0xPolygonHermez/zkevm-contracts). Due to Docker's constraints on coyping files from the local build context, it will help us later to clone this repo into a new subdirectory `docker/local-test-zkevm-contracts` of the current repo `kurtosis-cdk`: +Clone the repo [`zkevm-contracts`](https://github.com/0xPolygonHermez/zkevm-contracts). Due to Docker's constraints on copying files from the local build context, it will help us later to clone this repo into a new subdirectory `docker/local-test-zkevm-contracts` of the current repo `kurtosis-cdk`: ```bash git clone git@github.com:0xPolygonHermez/zkevm-contracts.git docker/local-test-zkevm-contracts