From 5df045cc859c2542d583bb5c8ea2f71c3f1e9afd 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 3b8b864ae8a7c6965d45f2f99f5672ba33333096 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