From 3a299d3a4a7bedd89bc40424a0d85cbf0228439e Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Tue, 14 Apr 2026 23:21:30 +0200 Subject: [PATCH] fix(developer-manual): correct typos in flow and ExApp docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix "registere" → "register" in digging_deeper/flow.rst - Fix "contains from" → "consists of" in ExAppDevelopmentSteps.rst AI-Assisted-By: Claude Opus 4.6 Signed-off-by: Anna Larch --- developer_manual/digging_deeper/flow.rst | 2 +- .../development_overview/ExAppDevelopmentSteps.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/flow.rst b/developer_manual/digging_deeper/flow.rst index c2f09a4160b..669d708ada0 100644 --- a/developer_manual/digging_deeper/flow.rst +++ b/developer_manual/digging_deeper/flow.rst @@ -51,6 +51,6 @@ For the configuration component, We create a new JavaScript bundle :: color: '#dc5047' }) -In the ``RegisterOperationsEvent`` listener we need to registere the above JS bundle. +In the ``RegisterOperationsEvent`` listener we need to register the above JS bundle. The ``OCA.WorkflowEngine.registerOperator`` function tells Nextcloud about your operation, along with the color, and the component that contains configuration specific to your flow. diff --git a/developer_manual/exapp_development/development_overview/ExAppDevelopmentSteps.rst b/developer_manual/exapp_development/development_overview/ExAppDevelopmentSteps.rst index 673dd79664a..8219f55c922 100644 --- a/developer_manual/exapp_development/development_overview/ExAppDevelopmentSteps.rst +++ b/developer_manual/exapp_development/development_overview/ExAppDevelopmentSteps.rst @@ -49,7 +49,7 @@ More details are available in the :ref:`ExAppOverview` section. 3. Development -------------- -The basic development process contains from the following steps: +The basic development process consists of the following steps: - Implement the ExApp <-> Nextcloud :ref:`lifecycle methods `: #. ``/heartbeat``: ExApp heartbeat method