diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1105be7b6..f7f1744cf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,7 +18,7 @@ body: - type: textarea id: desired-behavior attributes: - label: Desired behaviour + label: Desired behavior placeholder: | What would you like to happen? diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c1c94ed3d..8c20104e4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -237,7 +237,7 @@ jobs: kurtosis files download ${{ env.ENCLAVE_NAME }} genesis /tmp cp /tmp/genesis.json templates/permissionless-node/genesis.json - # Deploy permisionless node. + # Deploy permissionless node. yq -Y --in-place '.deploy_zkevm_permissionless_node = true' params.yml kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --args-file=params.yml . yq -Y --in-place '.deploy_zkevm_permissionless_node = false' params.yml # reset @@ -276,7 +276,7 @@ jobs: working-directory: .github/scripts run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-001 http-rpc)" - # Deploy a standalone zkevm permisionless node against Sepolia (Ethereum Testnet). + # Deploy a standalone zkevm permissionless node against Sepolia (Ethereum Testnet). sepolia-pless-zkevm-node: if: github.repository == '0xPolygon/kurtosis-cdk' # Prevent this job to run on forks. runs-on: ubuntu-latest @@ -287,7 +287,7 @@ jobs: - name: Install Kurtosis CDK tools uses: ./.github/actions/setup-kurtosis-cdk - - name: Deploy the permisionless node + - name: Deploy the permissionless node run: | # Disable all deployment steps yq -Y --in-place 'with_entries(if .value | type == "boolean" then .value = false else . end)' params.yml diff --git a/docs/migrate/upgrade.md b/docs/migrate/upgrade.md index dddd1ede4..708a0e481 100644 --- a/docs/migrate/upgrade.md +++ b/docs/migrate/upgrade.md @@ -50,7 +50,7 @@ Follow the steps to verify all batches for upgrading. 1. Start synchronizer's new version. -2. Wait until synchornizer receives a fork id event (check table `state.fork_id`). +2. Wait until synchronizer receives a fork id event (check table `state.fork_id`). 3. Edit node config file (node v0.6.2 version): diff --git a/docs/use-native-token/use-native-token.md b/docs/use-native-token/use-native-token.md index 21e5312e0..6c15b5928 100644 --- a/docs/use-native-token/use-native-token.md +++ b/docs/use-native-token/use-native-token.md @@ -15,7 +15,7 @@ The diagram below illustrates the interchange of assets between layers, focusing It depicts several scenarios, such as bridging an ERC20 token from mainnet to another ERC20 token in LY, bridging L1 ETH to the LY gas token, or bridging a wrapped ERC20 token living on LX to LY ETH. -![Unfied bridge exchanges](img/how-to/gas-token-img/ulxly-exchanges.drawio.png) +![Unified bridge exchanges](img/how-to/gas-token-img/ulxly-exchanges.drawio.png) ## Set up and prerequisites @@ -155,7 +155,7 @@ The first derived private key from the `code...quality` mnemonic is ### Transfer token -1. To complete the test, lets transfer some of the value on L2 to another address. +1. To complete the test, let's transfer some of the value on L2 to another address. ![Transfer to another L2 address](img/how-to/gas-token-img/07_bridge.png) @@ -165,7 +165,7 @@ The first derived private key from the `code...quality` mnemonic is ### Withdraw the token -1. After initiating a withdraw transaction, wait for the transaction data to be proven on L1. +1. After initiating a withdrawal transaction, wait for the transaction data to be proven on L1. ![Balance of receiving account](img/how-to/gas-token-img/11_bridge.png)