From 9d0e2c1f49d6bd32b2b300dadb76e19cc0bad4d1 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Mon, 10 Jul 2023 11:49:47 -0500 Subject: [PATCH] remove extra / from endpoint --- src/assignments/launch-checklist.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assignments/launch-checklist.rst b/src/assignments/launch-checklist.rst index eed9c7f8d..2fe13f14a 100644 --- a/src/assignments/launch-checklist.rst +++ b/src/assignments/launch-checklist.rst @@ -6,7 +6,7 @@ We have four fields that need to be filled out with vital information: the pilot Our pilot, Chris, and the co-pilot, Blake, have been hard at work securing the cargo and filling the shuttle tank. All we need to do is use validation to ensure that we have all of the info for the space shuttle program and make sure no one prematurely launches the shuttle. -Throughout your work, refer to our `demo app `__ as needed to clarify questions about intended application behavior. +Throughout your work, refer to our `demo app `__ as needed to clarify questions about intended application behavior. Requirements ------------