From 0d846dad969183af412296daca261074a220ab31 Mon Sep 17 00:00:00 2001 From: Hayden Baker Date: Thu, 29 Aug 2024 13:50:55 -0700 Subject: [PATCH] typos --- docs/source-2.0/tutorials/full-stack-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-2.0/tutorials/full-stack-tutorial.rst b/docs/source-2.0/tutorials/full-stack-tutorial.rst index e204651438d..7586a3e36bc 100644 --- a/docs/source-2.0/tutorials/full-stack-tutorial.rst +++ b/docs/source-2.0/tutorials/full-stack-tutorial.rst @@ -136,7 +136,7 @@ of coffee-related structures: namespace com.example - /// A enum describing the types of coffees available + /// An enum describing the types of coffees available enum CoffeeType { DRIP POUR_OVER @@ -417,7 +417,7 @@ Run the build: smithy build -The build will should fail for the following reason: +The build should fail for the following reason: .. code-block:: text :caption: ``failure message``