Skip to content

Commit 8694529

Browse files
authored
Merge pull request #7753 from Particular/encryption-sample
Review encryption sample
2 parents c98300a + 9df9bea commit 8694529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/encryption/encryption-sample.include.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Running the solution starts two console applications. `Endpoint1` encrypts a message and sends it and `Endpoint2` receives the encrypted message and decrypts it.
1+
Running the solution starts two console applications. `Endpoint1` encrypts a message and sends it, while `Endpoint2` receives the encrypted message and decrypts it.
22

33

44
### Endpoint1 output
@@ -30,11 +30,11 @@ snippet: Message
3030

3131
### Encryption configuration
3232

33-
Encryption is enabled by calling an extension method in `Program.cs` in both `Endpoint1` and `Endpoint2`:
33+
Encryption is enabled by calling an extension method in `Program.cs` for both `Endpoint1` and `Endpoint2`:
3434

3535
snippet: enableEncryption
3636

37-
The extension method is in `Shared/EncryptionExtensions.cs`:
37+
The extension method is implemented in `Shared/EncryptionExtensions.cs`:
3838

3939
snippet: ConfigureEncryption
4040

0 commit comments

Comments
 (0)