From 50e54897335f8f983dbcb5af6ac3dc7e9f36ae93 Mon Sep 17 00:00:00 2001 From: Michael Gerbig Date: Thu, 1 Apr 2021 09:57:45 +0200 Subject: [PATCH] docs: fix typo changed "envrionment" to "environment" --- source/security/IAM/iam-users.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/security/IAM/iam-users.rst b/source/security/IAM/iam-users.rst index ab096830..50677cf7 100644 --- a/source/security/IAM/iam-users.rst +++ b/source/security/IAM/iam-users.rst @@ -84,7 +84,7 @@ action by default. MinIO deployments have a ``root`` user with access to all actions and resources on the deployment. When a :mc:`minio` server first starts, it sets the ``root`` -user credentials by checking the value of the following envrionment variables: +user credentials by checking the value of the following environment variables: - :envvar:`MINIO_ACCESS_KEY` - :envvar:`MINIO_SECRET_KEY` @@ -135,4 +135,4 @@ Authenticate as a User ToDo: Examples of authenticating to a MinIO deployment with a created user. -Should have examples with `mc` and each of the SDKs. \ No newline at end of file +Should have examples with `mc` and each of the SDKs.