From 52d30ced7de5dc63d1ba1952a96ebed29ff518ad Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:53:55 +0300 Subject: [PATCH] docs: fix typo in script description for clarity --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 738aa4ee9..1f984a373 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -3,7 +3,7 @@ The folder `/scripts` contains multiple scripts that help generating code, data and e2e tests: - `generate-routes.ts` - - This scripts generates a static `routes__.json` in `src/data` that is used in the API and in the FE. The file contains information on configured contracts and enabled routes. + - This script generates a static `routes__.json` in `src/data` that is used in the API and in the FE. The file contains information on configured contracts and enabled routes. - `generate-chain-config.ts` - This script is used when adding support for a new chain. It scaffolds file in `scripts/chain-configs`. - `generate-ui-assets.ts`