Skip to content
Open
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/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,10 +813,10 @@ Delete first the ``info.touret.guitarheaven.application.dto`` package.

#### API

For the following classes : ``GuitarResouce``, ``OrderRequestResource`` and ``QuoteResource``, do the following steps:
For the following classes : ``GuitarResource``, ``OrderRequestResource`` and ``QuoteResource``, do the following steps:

Change the import declarations of DTOs from ``info.touret.guitarheaven.application.dto`` to
``info.touret.guitarheaven.application.dto``:
``info.touret.guitarheaven.application.generated.model``:

For instance, from :

Expand Down