From dcec9b367bc91bfc41aa6c9adbfb9ae6ad426585 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 17 Jun 2025 11:24:46 +0000 Subject: [PATCH] Update docs/en/release-info/migration-guides/abp-9-3.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/en/release-info/migration-guides/abp-9-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/release-info/migration-guides/abp-9-3.md b/docs/en/release-info/migration-guides/abp-9-3.md index f2aa05ae49..1776122aa8 100644 --- a/docs/en/release-info/migration-guides/abp-9-3.md +++ b/docs/en/release-info/migration-guides/abp-9-3.md @@ -16,7 +16,7 @@ With this update, you should update your method calls to use the new async/await ### Docs Module: Export as PDF -In this version, we have introduced a new feature to the [Docs Module](../../modules/docs.md) that allows you to export the documentation as a PDF file. (Adminstrators generate PDF files from the back-office side, and then "Download PDF" button appears on the document system, allowing users to download the compiled documentation as a PDF file.) +In this version, we have introduced a new feature to the [Docs Module](../../modules/docs.md) that allows you to export the documentation as a PDF file. (Administrators generate PDF files from the back-office side, and then "Download PDF" button appears on the document system, allowing users to download the compiled documentation as a PDF file.) While implementing this feature, we have made changes in some services of the Docs Module. Typically, you don't need to make any changes in your code unless you have overridden or used internal services of the Docs Module.