From 526fed64f9425b8b88736c7251fb074e414c1030 Mon Sep 17 00:00:00 2001 From: cdevens1 <162626247+cdevens1@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:01:09 -0700 Subject: [PATCH] chore(docs): update spelling errors Update spelling errors issue: none --- docs/content/learn/core.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/learn/core.md b/docs/content/learn/core.md index aaab3a242..6fc948561 100644 --- a/docs/content/learn/core.md +++ b/docs/content/learn/core.md @@ -1,14 +1,14 @@ # Core -Omni Core is the building blocks layer of the Omni Orderflow Engine, purpose-built for fast, secure cross-rollup communicaiton and computation. It combines secure cross-rollup messaging with the Omni EVM. +Omni Core is the building blocks layer of the Omni Orderflow Engine, purpose-built for fast, secure cross-rollup communication and computation. It combines secure cross-rollup messaging with the Omni EVM. ## Key Features of Omni Core ### Cross Chain Messaging -Omni Core implements a secure, decentralized, and low-latency protocol for cross-rollup communication build on the `XMsg` primitive. +Omni Core implements a secure, decentralized, and low-latency protocol for cross-rollup communication built on Omni's `XMsg` primitive. -- Users initiate cross-rollup function calls via Omni’s Portal contract. +- Users initiate cross-rollup function calls via Omni’s Portal contracts. - Validators securely process and attest to cross chain blocks (`XBlocks`) using CometBFT consensus. - Relayers deliver validated messages to the destination rollup, where they are processed and executed.