Merge pull request #17762 from yaozongyou/fix-typo-in-php-rst

doc: fix typo in php.rst

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-09-17 02:00:50 +08:00 committed by GitHub
commit cd6a312a4f

View File

@ -119,8 +119,8 @@ This deletes the bucket called ``my-old-bucket`` and returns a
$Connection->delete_bucket('my-old-bucket');
Forced Delte for Non-empty Buckets
----------------------------------
Forced Delete for Non-empty Buckets
-----------------------------------
This will delete the bucket even if it is not empty.