Skip to content

Commit

Permalink
chore(docs): update spelling errors (#2651)
Browse files Browse the repository at this point in the history
Update spelling errors

issue: none
  • Loading branch information
cdevens1 authored Dec 9, 2024
1 parent b75153f commit e75c450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/learn/core.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit e75c450

Please sign in to comment.