From fa39bd5e1275076e3f87687c6fb17d0f22402db0 Mon Sep 17 00:00:00 2001 From: Corentin Forler <10946971+cogk@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:00:39 +0100 Subject: [PATCH 1/2] fix: Fix typo in "Update the server code" section --- docs/workshop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workshop.md b/docs/workshop.md index a5f73f5..2ee6e6e 100644 --- a/docs/workshop.md +++ b/docs/workshop.md @@ -816,7 +816,7 @@ Delete first the ``info.touret.guitarheaven.application.dto`` package. For the following classes : ``GuitarResouce``, ``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 : From a027f9af5811b047c6da01e86a37a0fca668ba57 Mon Sep 17 00:00:00 2001 From: Corentin Forler <10946971+cogk@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:01:56 +0100 Subject: [PATCH 2/2] fix: Fix typo --- docs/workshop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workshop.md b/docs/workshop.md index 2ee6e6e..31fcff0 100644 --- a/docs/workshop.md +++ b/docs/workshop.md @@ -813,7 +813,7 @@ 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.generated.model``: