We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b861e1 commit 969558eCopy full SHA for 969558e
php/example_code/kms/KmsBasics.php
@@ -170,7 +170,7 @@ public function runExample()
170
// 10. Decrypt the data.
171
echo "\n";
172
echo "10. Decrypt the data.\n";
173
- echo "Lets decrypt the data that was encrypted before.\n";
+ echo "Let's decrypt the data that was encrypted before.\n";
174
echo "We'll use the same key to decrypt the string that we encrypted earlier in the program.\n";
175
$this->pressEnter();
176
$decryption = $this->kmsService->decrypt($keyInfo['KeyId'], $encryption['CiphertextBlob'], $encryption['EncryptionAlgorithm']);
0 commit comments