From a6242f779417928664a9c84216bc15a9d8ee46bb Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 2 Jul 2020 14:54:30 -0400 Subject: [PATCH] Fixed typo --- doc/adr/0006-account-export-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/adr/0006-account-export-extension.md b/doc/adr/0006-account-export-extension.md index e91a41f6..a2079c4f 100644 --- a/doc/adr/0006-account-export-extension.md +++ b/doc/adr/0006-account-export-extension.md @@ -59,7 +59,7 @@ ADY4IBKZZ7VTHGO5SBGUJ6BK3WMHTOQU347M7MUFD5J632EKTQCKPZRS { ## nats-server runtime behavior -As is currently the case for for all forms of import/export, both account jwt are downloaded. +As is currently the case for all forms of import/export, both account jwt are downloaded. The server checks if the importing subject matches the export. It also checks if the importing account's id matches the n-th subject token specified by the exporting accounts `account_token_position`. This ensures that no other account can publish/subscribe to that particular subject.