From 75574cf03f1fe5ee06248123a3b30770ee36f23b Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Thu, 15 Feb 2024 11:07:57 -0500 Subject: [PATCH] Typo caught --- source/reference/minio-server/settings/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/minio-server/settings/core.rst b/source/reference/minio-server/settings/core.rst index 8a70d29b..a45e98d7 100644 --- a/source/reference/minio-server/settings/core.rst +++ b/source/reference/minio-server/settings/core.rst @@ -98,7 +98,7 @@ Domain For example, consider a MinIO deployment with an assigned FQDN of ``minio.example.net``. - - With path-style lookups, applications can access the bucket using it's full path as ``minio.example.net/mybucket``. + - With path-style lookups, applications can access the bucket using its full path as ``minio.example.net/mybucket``. - With virtual-host lookups, application can access the bucket as a virtual host as ``mybucket.minio.example.net/``. .. important::