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``