Skip to content

Commit b112237

Browse files
authored
fix typo in the parameter name
1 parent 629b79a commit b112237

File tree

1 file changed

+2
-2
lines changed
  • samples/features/security/always-encrypted-with-secure-enclaves

1 file changed

+2
-2
lines changed

samples/features/security/always-encrypted-with-secure-enclaves/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You need two machines (they can be virtual machines):
4747
+ Look for the line that looks like this:
4848
```csharp
4949
<connectionStrings>
50-
<add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encrypteiond Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
50+
<add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encryption Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
5151
</connectionStrings>
5252
```
5353
+ 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):
148148
## Resetting your demo environment
149149
1. Open and execute **tsql-scripts/DecryptColumns.sql**.
150150
1. Open and execute **tsql-scripts/DropKeys.sql**.
151-
1. Close both SSMS windows.
151+
1. Close both SSMS windows.

0 commit comments

Comments
 (0)