From 352ecfff4417182a23b41101f6162fa64c8e4fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:07:58 +0100 Subject: [PATCH] Typo Co-authored-by: Katherine Oelsner <49968061+octokatherine@users.noreply.github.com> --- topics/dotenv/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/dotenv/index.md b/topics/dotenv/index.md index 047c266ea30..12b03fa5ffc 100644 --- a/topics/dotenv/index.md +++ b/topics/dotenv/index.md @@ -5,4 +5,4 @@ display_name: .env short_description: .env is a file, used to store configuration values as key-value pairs, similar to the ini file format. related: ini, configuration-file, environment-variables --- -**.env** (**dotenv**) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, its commonly prevented from being tracked by version control. +**.env** (**dotenv**) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it's commonly prevented from being tracked by version control.