Skip to content

Commit 969558e

Browse files
Update php/example_code/kms/KmsBasics.php
Co-authored-by: Laren-AWS <[email protected]>
1 parent 1b861e1 commit 969558e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/example_code/kms/KmsBasics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function runExample()
170170
// 10. Decrypt the data.
171171
echo "\n";
172172
echo "10. Decrypt the data.\n";
173-
echo "Lets decrypt the data that was encrypted before.\n";
173+
echo "Let's decrypt the data that was encrypted before.\n";
174174
echo "We'll use the same key to decrypt the string that we encrypted earlier in the program.\n";
175175
$this->pressEnter();
176176
$decryption = $this->kmsService->decrypt($keyInfo['KeyId'], $encryption['CiphertextBlob'], $encryption['EncryptionAlgorithm']);

0 commit comments

Comments
 (0)