From fe928465f3edf15f1d6e9d80bfbc2a959ffff16c Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Mon, 9 Dec 2024 09:36:34 +0300 Subject: [PATCH] docbuilder: typo --- .../Builder Framework/COM/CDocBuilder/Run/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Run/index.md b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Run/index.md index f458544e8..09fd95840 100644 --- a/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Run/index.md +++ b/site/pages/Docs/Document Builder/Builder Framework/COM/CDocBuilder/Run/index.md @@ -15,7 +15,7 @@ ## Description -Runs the ONLYOFFICE Document Builder executable. If you do not want to write an application, you can simply use the `docbuilder.exe` executable file and run it with the `.docbuilder` file as an argument, where all the code for the document file creation will be written. For COM, create the `CDocBuilder` object and call the `Run` method with the path to the executable file from the `patр` parameter. +Runs the ONLYOFFICE Document Builder executable. If you do not want to write an application, you can simply use the `docbuilder.exe` executable file and run it with the `.docbuilder` file as an argument, where all the code for the document file creation will be written. For COM, create the `CDocBuilder` object and call the `Run` method with the path to the executable file from the `path` parameter. ## Parameters