From a5e879fbe42d8a4b0c20198de14309e546c55c1d Mon Sep 17 00:00:00 2001 From: Eco <41090896+eco-minio@users.noreply.github.com> Date: Sat, 27 Jun 2020 05:06:31 -0700 Subject: [PATCH] doc: typo fix in versioning README (#9926) requets -> requests --- docs/bucket/versioning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/versioning/README.md b/docs/bucket/versioning/README.md index 772ef3e63..a37a85097 100644 --- a/docs/bucket/versioning/README.md +++ b/docs/bucket/versioning/README.md @@ -26,7 +26,7 @@ GET requests by specifying a verison ID as shown below, you can retrieve the spe ![get_version_id](versioning_GET_versionEnabled_id.png) -To permanently delete an object you need to specify the version you want to delete, only the user with appropriate permissions can permanently delete a version. As shown below DELETE request called with a specific version id permenantly deletes an object from a bucket. Delete marker is not added for DELETE requets with version id. +To permanently delete an object you need to specify the version you want to delete, only the user with appropriate permissions can permanently delete a version. As shown below DELETE request called with a specific version id permenantly deletes an object from a bucket. Delete marker is not added for DELETE requests with version id. ![delete_version_id](versioning_DELETE_versionEnabled_id.png)