doc: fix typo in php.rst

Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
This commit is contained in:
Yao Zongyou 2017-09-16 13:54:03 +08:00
parent 9b71d98ff6
commit 8e3380f20a

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.