From b11223745cfb5847d347cadd54a5388a0b09e9cb Mon Sep 17 00:00:00 2001 From: Alex Bochkov Date: Wed, 13 Nov 2019 14:59:35 -0800 Subject: [PATCH] fix typo in the parameter name --- .../security/always-encrypted-with-secure-enclaves/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/security/always-encrypted-with-secure-enclaves/README.md b/samples/features/security/always-encrypted-with-secure-enclaves/README.md index 826a8fcc..afccb42a 100644 --- a/samples/features/security/always-encrypted-with-secure-enclaves/README.md +++ b/samples/features/security/always-encrypted-with-secure-enclaves/README.md @@ -47,7 +47,7 @@ You need two machines (they can be virtual machines): + Look for the line that looks like this: ```csharp - ``` + Make sure the value of the **Data Source** key word in the database connection string is correct (identifies your instance). @@ -148,4 +148,4 @@ You need two machines (they can be virtual machines): ## Resetting your demo environment 1. Open and execute **tsql-scripts/DecryptColumns.sql**. 1. Open and execute **tsql-scripts/DropKeys.sql**. -1. Close both SSMS windows. \ No newline at end of file +1. Close both SSMS windows.