From 1c999960ad20051fac43b15547a447c4b7ca6193 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sun, 1 Aug 2021 13:50:15 -0400 Subject: [PATCH] Fix typo --- Course_Development_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course_Development_Guide.md b/Course_Development_Guide.md index 8516600..8d802cd 100644 --- a/Course_Development_Guide.md +++ b/Course_Development_Guide.md @@ -142,7 +142,7 @@ Work down the notebook making a selection for every cell: - "Read-only" for markdown cells with instructions, and cells with `import` commands that you don't want anyone to mess with. - "Autograded answer" for code cells that contain the solutions. -- "Autograded test" for code cells that contain teh tests. +- "Autograded test" for code cells that contain the tests. Save the notebook, and this is the version you should send to us. We will create a _private repository_ for all the assignment notebooks. Don't include them in the public course repository.