From 72bbcaf517a5f299b871307d902e18d26ff1f30c Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 6 Jan 2022 10:57:39 +0100 Subject: [PATCH] docs: change wording slightly. --- website/docs/deploy/import-export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/deploy/import-export.md b/website/docs/deploy/import-export.md index be3e1374c3..5a8745983c 100644 --- a/website/docs/deploy/import-export.md +++ b/website/docs/deploy/import-export.md @@ -143,7 +143,7 @@ You can also pass these options into the `unleash.start()` entry point. ### Import files via environment variables -Use the `IMPORT_FILE` environment variable to set the path to the import file, e.g. +Use the `IMPORT_FILE` environment variable to set the path to the import file. For instance: ``` shell IMPORT_FILE=configuration.yml