From 5ca1069834528cbd744ef2606992a612c828f31c Mon Sep 17 00:00:00 2001 From: Ashley Henry <31460023+AshleyHenry15@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:12:01 -0400 Subject: [PATCH] Update docs/docs/usage.md Co-authored-by: E. David Aja --- docs/docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index ea1da46c..19aedeaf 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -89,7 +89,7 @@ menu showing "Publish to Connect" and "Create Manifest for git Publishing> When you click **Create Manifest**, one of the following will happen: -- If a `manifest.json` and `requirements.txt` file does not exist, they will be generated for the current notebook using your current environment. +- If a `manifest.json` or a `requirements.txt` file does not exist, one will be generated for the current notebook using your current environment. - If either file exists, you will be presented with a message informing you of this fact. If you need to regenerate the files, delete them in the Jupyter UI or using the console, then repeat this process.