Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typos and grammatical errors in the full-stack-tutorial #2389

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading