diff --git a/packages/api/src/transfer/transfer.service.spec.ts b/packages/api/src/transfer/transfer.service.spec.ts index 05758263b6..af2ad8ea12 100644 --- a/packages/api/src/transfer/transfer.service.spec.ts +++ b/packages/api/src/transfer/transfer.service.spec.ts @@ -194,7 +194,7 @@ describe("TransferService", () => { }); }); - it("searchs for specific transfers when visibleBy is defined", async () => { + it("searches for specific transfers when visibleBy is defined", async () => { const filterOptions = { address: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", visibleBy: "0x70997970C51812dc3A010C7d01b50e0d17dc79C8", diff --git a/packages/app/README.md b/packages/app/README.md index adf724906a..ddaea3df24 100644 --- a/packages/app/README.md +++ b/packages/app/README.md @@ -89,4 +89,4 @@ GitHub Actions test results are available in: - Inside of each test run in the log: `Feature on Mainnet + Sepolia` --> `@search` --> `Upload test results to Allure reporter` --> `https://raw.githack.com/matter-labs/block-explorer/gh-pages/_github.run_number_/index.html` - Directly via a link `https://raw.githack.com/matter-labs/block-explorer/gh-pages/_github.run_number_/index.html` after each PR running. The history of test runs for public view locates in `gh-pages` branch. -In case of 404 page, make sure that the folder with its `github.run_number` exists in the `gh-pages`. If the folder exist, try again in a few minutes as `https://raw.githack.com` needs to update the data. Public report link will be available when the 'Allure Report' job will be succesfully executed. +In case of 404 page, make sure that the folder with its `github.run_number` exists in the `gh-pages`. If the folder exist, try again in a few minutes as `https://raw.githack.com` needs to update the data. Public report link will be available when the 'Allure Report' job will be successfully executed. diff --git a/packages/app/tests/composables/useContext.spec.ts b/packages/app/tests/composables/useContext.spec.ts index 0729287eb3..2e8289ae9c 100644 --- a/packages/app/tests/composables/useContext.spec.ts +++ b/packages/app/tests/composables/useContext.spec.ts @@ -18,7 +18,7 @@ import * as useEnvironmentConfig from "@/composables/useEnvironmentConfig"; import { DEFAULT_NETWORK } from "@/composables/useRuntimeConfig"; describe("useContext:", () => { - describe("correctly indentifies network:", () => { + describe("correctly identifies network:", () => { afterEach(() => { location = { origin: "", diff --git a/packages/worker/src/repositories/counter.repository.spec.ts b/packages/worker/src/repositories/counter.repository.spec.ts index ea6d39f237..7a23411173 100644 --- a/packages/worker/src/repositories/counter.repository.spec.ts +++ b/packages/worker/src/repositories/counter.repository.spec.ts @@ -55,7 +55,7 @@ describe("CounterRepository", () => { }); describe("incrementCounters", () => { - it("executes insert or increment query on on each record", async () => { + it("executes insert or increment query on each record", async () => { const records = [ { tableName: "transactions",