1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Typo caught

This commit is contained in:
Ravind Kumar
2024-02-15 11:07:57 -05:00
parent 4edb3f7bae
commit 75574cf03f

View File

@ -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::