From d7ec9e4dedf66637c2c8effafacba8f3c18217a2 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Thu, 10 Mar 2022 12:34:21 -0500 Subject: [PATCH] fix typo: "or" -> "on" (#3361) improves clarity --- docs/install/run-in-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/run-in-production.md b/docs/install/run-in-production.md index 447ab17c22a..c0e53dbc4d8 100644 --- a/docs/install/run-in-production.md +++ b/docs/install/run-in-production.md @@ -8,7 +8,7 @@ description: >- ## Requirements -This guide assumes you have access to a command-line environment or shell such as bash, zsh, etc. or Linux or Mac OS X or PowerShell on Microsoft Windows. +This guide assumes you have access to a command-line environment or shell such as bash, zsh, etc. on Linux or Mac OS X or PowerShell on Microsoft Windows. This guide also assumes that your command-line environment has access to the `tar` utility.