From c3fa3dcb8055129b3b4de19104955b2efcc713a5 Mon Sep 17 00:00:00 2001 From: lizayugabyte <77016159+lizayugabyte@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:51:52 -0400 Subject: [PATCH] implemented review comments --- docs/content/preview/secure/encryption-at-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/preview/secure/encryption-at-rest.md b/docs/content/preview/secure/encryption-at-rest.md index b41320195fda..6cb99e91bf20 100644 --- a/docs/content/preview/secure/encryption-at-rest.md +++ b/docs/content/preview/secure/encryption-at-rest.md @@ -20,7 +20,7 @@ You can enable and disable encryption at rest in a YugabyteDB cluster with a sel Note that encryption can be applied at the following levels: - At the database layer, in which case the encryption process and its associated capabilities, such as key rotation, are cluster-wide. -- At the file system level, in which case it is the responsibility of the operations team's to manage the process manually on every node. It is important to note that the degree to which file systems or external encryption mechanisms support online operations can vary (for example, when the database processes are still running). +- At the file system level, in which case it is the responsibility of the operations teams to manage the process manually on every node. It is important to note that the degree to which file systems or external encryption mechanisms support online operations can vary (for example, when the database processes are still running). ## Enable encryption