From db3d968bc772276c9893fad46a597bc5f0233d90 Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Wed, 29 Jan 2025 22:16:40 +0100 Subject: [PATCH] Update architecture.md --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index b67359ce6e..fef8dd3f08 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -81,7 +81,7 @@ This section provides an overview on folders / sub-projects that exist in this r - `/ts-tests`: Integration tests set implemented in TypeScript. Requires a running Server and Prover applications to operate. - `/docker`: Dockerfiles used for development of zkSync and for packaging zkSync for a production environment. -- `/etc`: Configration files. +- `/etc`: Configuration files. - `/env`: `.env` files that contain environment variables for different configuration of zkSync Server / Prover. - `/js`: Configuration files for JavaScript applications (such as Explorer). - `/tokens`: Configuration of supported Ethereum ERC-20 tokens.