From 1e0dc7167e7d50d0273920c29b7fd2736bf30c07 Mon Sep 17 00:00:00 2001 From: Charlie Fish Date: Mon, 11 Jun 2018 14:25:31 -0600 Subject: [PATCH] Fixing typo --- docs/_docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/config.md b/docs/_docs/config.md index c3575ac7e..5bcd5a7e1 100644 --- a/docs/_docs/config.md +++ b/docs/_docs/config.md @@ -40,7 +40,7 @@ var Cat = dynamoose.model('Cat', { id: Number, name: String }); serverSideEncryption: boolean -Indicates whether server-side encryption is enabled (true) or disabled (false) on the table. This boolean will be passed into the `SSESpecification.Enabled` option property when creating the table. Currently (when feature was implemented) DynamoDB doesn't support updating a table to add or remove server-side encryption, therefor this option will only be respected on creation of table, if table already exists in DynamoDB when using Dynamoose this value will be ignored. +Indicates whether server-side encryption is enabled (true) or disabled (false) on the table. This boolean will be passed into the `SSESpecification.Enabled` option property when creating the table. Currently (when feature was implemented) DynamoDB doesn't support updating a table to add or remove server-side encryption, therefore this option will only be respected on creation of table, if table already exists in DynamoDB when using Dynamoose this value will be ignored. ```js var model = dynamoose.model('Cat', {...}, {