Skip to content

Commit 707708d

Browse files
committed
nit Transceivers
1 parent c98a209 commit 707708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Transceiver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The Transceiver is intended to offer a protocol-agnostic interface for sending and receiving cross-chain messages. For Native Token Transfers, this entails initiating attestation generation on the source chain, verifying the resulting attestation on the destination chain, and delivering the message to the associated `NttManager`.
66

7-
In the provided implementations ([EVM](/evm/src/Transceiver/Transceiver.sol)/[SVM](/solana/programs/ntt-transceiver/src/wormhole/)), Transceiver are intended to have a many-to-one relationship with Managers.
7+
In the provided implementations ([EVM](/evm/src/Transceiver/Transceiver.sol)/[SVM](/solana/programs/ntt-transceiver/src/wormhole/)), Transceivers are intended to have a many-to-one relationship with Managers.
88

99
## Message Specification
1010

0 commit comments

Comments
 (0)