Skip to content

Commit

Permalink
Address comments on content, add one tip for user to add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joewyz committed Feb 28, 2025
1 parent 539ca63 commit f895357
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source-2.0/languages/typescript/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide introduces `Smithy TypeScript <https://github.com/smithy-lang/smithy-
generated server and client.

For this example, imagine that you are the proud owner of a coffee shop.
Your API allows your customers to order some *java* from their TypeScript applications.
Your API allows your customers to order coffee from their TypeScript applications.
Users can use your SDK to list available coffees, order a coffee, and track the status of their order.

.. admonition:: Review
Expand Down Expand Up @@ -256,6 +256,11 @@ every operation defined in service model. Let’s add the required implementatio
}
}
.. tip::

Don't forget to include the `GetHoursOutput` type in your `import`.


Now, re-start our server:

.. code-block:: sh
Expand Down

0 comments on commit f895357

Please sign in to comment.