From ecd7bc8f0166969f3fc9cad209f0a1b3d33db3e0 Mon Sep 17 00:00:00 2001 From: zeroXserdar Date: Sun, 21 Apr 2024 15:13:59 +0300 Subject: [PATCH] Update architecture.md typo fix --- docs/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index b67359ce6e..d875216f1f 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -62,10 +62,10 @@ This section provides an overview on folders / sub-projects that exist in this r - `/zksync_witness_generator`: zkSync server Witness Generator & Prover Server microservice. - `/lib`: Dependencies of the binaries above. - `/basic_types`: Crate with declaration of the essential zkSync primitives, such as `address`. - - `/circuit`: Cryptographic environment enforsing the correctness of executed transactions in the zkSync network. + - `/circuit`: Cryptographic environment enforcing the correctness of executed transactions in the zkSync network. - `/config`: Utilities to load configuration options of zkSync applications. - `/contracts`: Loaders for zkSync contracts interfaces and ABI. - - `/crypto`: Cryptographical primitives using among zkSync crates. + - `/crypto`: Cryptographical primitives used among zkSync crates. - `/eth_client`: Module providing an interface to interact with an Ethereum node. - `/prometheus_exporter`: Prometheus data exporter. - `/prover_utils`: Utilities related to the proof generation.