From 81ab7df469113c79ef75bcb0722d734acc921a0f Mon Sep 17 00:00:00 2001 From: Noah Alderton Date: Thu, 22 Oct 2020 19:05:13 -0400 Subject: [PATCH] Fix environments typo --- docs/otter_generate/config_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/otter_generate/config_files.md b/docs/otter_generate/config_files.md index e850e3c4a..9c86e680d 100644 --- a/docs/otter_generate/config_files.md +++ b/docs/otter_generate/config_files.md @@ -81,7 +81,7 @@ otter generate autograder -t hidden-tests -l r data.csv #### Grading with Environments -Otter can grade assignments using saved environemnts in the log in the Gradescope container. _This behavior is not supported for R assignments._ This works by unshelving the environment stored in each check entry of Otter's log and grading against it. The notebook is parsed and only its import statements are executed. For more inforamtion about saving and using environments, see [Logging](../logging.md). +Otter can grade assignments using saved environments in the log in the Gradescope container. _This behavior is not supported for R assignments._ This works by unshelving the environment stored in each check entry of Otter's log and grading against it. The notebook is parsed and only its import statements are executed. For more inforamtion about saving and using environments, see [Logging](../logging.md). To configure this behavior, two things are required: