From cab8f544fd01d9dff5e5b2197501bdaa3ff1ac66 Mon Sep 17 00:00:00 2001 From: Rakan Al-Huneiti Date: Tue, 7 Jan 2025 10:16:23 +0300 Subject: [PATCH] Fix typoes people complain about (#1675) --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- crates/bitcoin-da/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 392c5c63ae..e87c716c8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Let's say you decided to contribute through the code. Great! Now, firstly, befor After that, you may either request a task for yourself from the issues, or open an issue and state that you want to work on it. We, as maintainers, will gladly assign that particular section to you. -#### Continous Integration +#### Continuous Integration We have an integrated CI workflow in our repository, with Rust version set to stable. It runs the following on pull requests and pushes to the nightly branch: diff --git a/README.md b/README.md index 5832b475f5..d63f74d62f 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ ![](resources/assets/banner.png) > [!WARNING] -> Citrea Testnet is now launched on top of Bitcoin Testnet4. While many key features are completed, Citrea's proper integration with [Bitcoin Mainnet](https://github.com/bitcoin/bitcoin) and [Clementine](https://github.com/chainwayxyz/clementine) are still ongoing, and it is also going to be audited for the Mainnet. \ +> Citrea Testnet is now launched on top of Bitcoin Testnet4. While many key features are completed, Citrea's proper integration with [Bitcoin Mainnet](https://github.com/bitcoin/bitcoin) and [Clementine](https://github.com/chainwayxyz/clementine) is still ongoing, and it is also going to be audited for the Mainnet. \ > \ > Follow our [website](https://citrea.xyz) & [social media accounts](https://twitter.com/citrea_xyz) for announcements regarding the next phases of Citrea. \ > \ > Citrea uses **BTC** as its native token. **There's no Citrea token**. Please beware of scams! \ > \ -> Please also note that **BTC** and **cBTC** of Citrea Testnet does not carry any real value. +> Please also note that **BTC** and **cBTC** of Citrea Testnet do not carry any real value. ## What is Citrea? Citrea is the first rollup that enhances the capabilities of Bitcoin blockspace with zero-knowledge technology, **making it possible to build everything on Bitcoin**. -Every transaction occuring on Citrea, is fully secured by zero-knowledge proofs and optimistically verified by Bitcoin via BitVM. The execution environment of Citrea is trustless with respect to Bitcoin and is accessible to all participants of the Bitcoin Network. +Every transaction occurring on Citrea, is fully secured by zero-knowledge proofs and optimistically verified by Bitcoin via BitVM. The execution environment of Citrea is trustless with respect to Bitcoin and is accessible to all participants of the Bitcoin Network. -Citrea's vision is to build scalable infrastructure that advances Bitcoin into its next phase, foundation for world's finance. Citrea represents **Bitcoin Security at Scale** with its execution shard that keeps the settlement and data availability on-chain, on-Bitcoin. +Citrea's vision is to build scalable infrastructure that advances Bitcoin into its next phase, the foundation for world's finance. Citrea represents **Bitcoin Security at Scale** with its execution shard that keeps the settlement and data availability on-chain, on-Bitcoin. ## FAQ diff --git a/crates/bitcoin-da/README.md b/crates/bitcoin-da/README.md index 8997ab34d4..6afe472764 100644 --- a/crates/bitcoin-da/README.md +++ b/crates/bitcoin-da/README.md @@ -44,7 +44,7 @@ Checking _inclusion_, is easy. We can simply check that the transaction is inclu ### The DaService Trait The `DaService` trait is slightly more complicated than the `DaVerifier`. Thankfully, it exists entirely outside of the -rollup's state machine - so it never has to be proven in zk. This means that its perfomance is less critical, and that +rollup's state machine - so it never has to be proven in zk. This means that its performance is less critical, and that upgrading it in response to a vulnerability is much easier. The job of the `DAService` is to allow the Sovereign SDK's node software to communicate with a DA layer. It has two related @@ -67,4 +67,4 @@ for inclusion in this repository by you, as defined in the Apache-2.0 license, s licensed as above, without any additional terms or conditions. --- -Built by [Chainway](https://github.com/chainwayxyz) ❤️ \ No newline at end of file +Built by [Chainway](https://github.com/chainwayxyz) ❤️