From 6cf000846961e4840f68b065b8a649e5d3edf504 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Tue, 29 Dec 2020 19:14:10 -0500 Subject: [PATCH] fix: docs typo in object lock docs (#11181) --- docs/bucket/retention/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/retention/README.md b/docs/bucket/retention/README.md index 66484889e..5d4baefa0 100644 --- a/docs/bucket/retention/README.md +++ b/docs/bucket/retention/README.md @@ -49,7 +49,7 @@ See https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html fo - Retention headers can be optionally set when uploading objects - Explicitly calling PutObjectRetention API call on the object - *MINIO_NTP_SERVER* environment variable can be set to remote NTP server endpoint if system time is not desired for setting retention dates. -- **Object locking feature is only available in erasure coded and distributed erasrue coded setups**. +- **Object locking feature is only available in erasure coded and distributed erasure coded setups**. ## Explore Further