Skip to content

Commit

Permalink
Fix typos in full stack tutorial (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker committed Sep 4, 2024
1 parent 8e173e4 commit 1e4458e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source-2.0/tutorials/full-stack-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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``
Expand Down

0 comments on commit 1e4458e

Please sign in to comment.