From 8137d5a9e9178cd6af6e1b4039401aeb25e45bf8 Mon Sep 17 00:00:00 2001 From: Armin FalDiS Date: Fri, 1 Sep 2023 12:23:00 +0330 Subject: [PATCH 1/2] Fix broken "domain.js" link X-original-commit: d8e71d60639c906fdfcbf11337b5a7899b5051e8 --- .../tutorials/discover_js_framework/02_web_framework.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/developer/tutorials/discover_js_framework/02_web_framework.rst b/content/developer/tutorials/discover_js_framework/02_web_framework.rst index ad2ba4e77e..63291c8bf1 100644 --- a/content/developer/tutorials/discover_js_framework/02_web_framework.rst +++ b/content/developer/tutorials/discover_js_framework/02_web_framework.rst @@ -96,8 +96,7 @@ services, and components can import a service with the `useService()` hook. `_). #. A button `New Orders`, which opens a list view with all orders created in the last 7 days. Use - the `Domain `_ helper class to represent the domain. + the `Domain `_ helper class to represent the domain. .. tip:: One way to represent the desired domain could be From 7c311ec9d1f49f2e1ab5a9eb3d370c393b039aac Mon Sep 17 00:00:00 2001 From: Armin FalDiS Date: Fri, 1 Sep 2023 15:16:27 +0330 Subject: [PATCH 2/2] Revert formatting X-original-commit: d8e71d60639c906fdfcbf11337b5a7899b5051e8 --- .../tutorials/discover_js_framework/02_web_framework.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/developer/tutorials/discover_js_framework/02_web_framework.rst b/content/developer/tutorials/discover_js_framework/02_web_framework.rst index 63291c8bf1..cc892b9f54 100644 --- a/content/developer/tutorials/discover_js_framework/02_web_framework.rst +++ b/content/developer/tutorials/discover_js_framework/02_web_framework.rst @@ -96,7 +96,8 @@ services, and components can import a service with the `useService()` hook. `_). #. A button `New Orders`, which opens a list view with all orders created in the last 7 days. Use - the `Domain `_ helper class to represent the domain. + the `Domain `_ helper class to represent the domain. .. tip:: One way to represent the desired domain could be