Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix spelling error security.mdx
  • Loading branch information
Marcofann authored Jan 23, 2025
commit 6a35924d018440c85eee16a21e794bfbec4f2b46
2 changes: 1 addition & 1 deletion pages/stack/interop/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ L2 blocks start as unsafe, meaning that there's no L1 evidence for them, and the
Sending out incorrect information, for example that a certain transaction is included in a block when it isn't, is called *equivocation*.
A sequencer that builds blocks with interop can choose to accept messages from unsafe blocks (received through the gossip protocol), for minimal latency.

However, because of equivocation risk, a block that is written to L1 (*local safe*) can only be considered truly safe (the techincal term is *cross safe*), for itself and the previous blocks in its blockchain are also written to L1.
However, because of equivocation risk, a block that is written to L1 (*local safe*) can only be considered truly safe (the technical term is *cross safe*), for itself and the previous blocks in its blockchain are also written to L1.

```mermaid

Expand Down