Skip to content

Commit 29eecc7

Browse files
authored
Merge pull request #1274 from Marcofann/fix/spelling
Fix spelling error in `security.mdx`
2 parents 5c6e6ed + 6a35924 commit 29eecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stack/interop/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ L2 blocks start as unsafe, meaning that there's no L1 evidence for them, and the
6262
Sending out incorrect information, for example that a certain transaction is included in a block when it isn't, is called *equivocation*.
6363
A sequencer that builds blocks with interop can choose to accept messages from unsafe blocks (received through the gossip protocol), for minimal latency.
6464

65-
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.
65+
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.
6666

6767
```mermaid
6868

0 commit comments

Comments
 (0)