From de7d6387cd850a774ca723652e1ec4458696b1b6 Mon Sep 17 00:00:00 2001 From: Paul Montag Date: Fri, 4 Oct 2019 11:13:56 -0500 Subject: [PATCH] Fixed grammer issues in docs --- website/source/docs/internals/security.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/security.html.markdown b/website/source/docs/internals/security.html.markdown index 4c5ab6af3..0c2240b09 100644 --- a/website/source/docs/internals/security.html.markdown +++ b/website/source/docs/internals/security.html.markdown @@ -22,7 +22,7 @@ to learn about them without having to go spelunking through the source code. ## Security Primitives -The Serf security model is built on around a symmetric key, or shared secret system. +The Serf security model is built around a symmetric key, or shared secret system. All members of the Serf cluster must be provided the shared secret ahead of time. This places the burden of key distribution on the user.