Skip to content

Commit

Permalink
Merge pull request aws#616 from Shayac/patch-1
Browse files Browse the repository at this point in the history
fix typo in variable name
  • Loading branch information
mtdowling committed Jun 8, 2015
2 parents 8c4afa4 + d8ec4f4 commit f36cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/basic-usage.rst
Expand Up @@ -142,7 +142,7 @@ call the ``Aws\S3\S3Client::putObject()`` method.
.. code-block:: php
// Use an Aws\Sdk class to create the S3Client object.
$s3 = $sdk->createS3();
$s3Client = $sdk->createS3();
// Send a PutObject request and get the result object.
$result = $s3Client->putObject([
Expand Down

0 comments on commit f36cd08

Please sign in to comment.