diff --git a/specs/rollup-node-p2p.md b/specs/rollup-node-p2p.md
index a5832923f221f551a442bb2498603a4601337b86..bf01226973eab5920a085c67a8caef3e4437f030 100644
--- a/specs/rollup-node-p2p.md
+++ b/specs/rollup-node-p2p.md
@@ -142,7 +142,7 @@ other than filtering for the basic network participation requirement.
 
 Peers may be banned if their performance score is too low, or if an objectively malicious action was detected.
 
-Banned peers will be persisted to the same data-store as the peerstore records.
+Banned peers will be persisted in the same data-store as the peerstore records.
 
 TODO: the connection gater does currently not gate by IP address on the dial Accept-callback.