Skip to content

Commit 45d9de0

Browse files
authored
Merge pull request #14312 from nextcloud/fix/dev-manual-typos
fix(developer-manual): correct typos in flow and ExApp docs
2 parents b696f32 + 3a299d3 commit 45d9de0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

developer_manual/digging_deeper/flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ For the configuration component, We create a new JavaScript bundle ::
5151
color: '#dc5047'
5252
})
5353

54-
In the ``RegisterOperationsEvent`` listener we need to registere the above JS bundle.
54+
In the ``RegisterOperationsEvent`` listener we need to register the above JS bundle.
5555

5656
The ``OCA.WorkflowEngine.registerOperator`` function tells Nextcloud about your operation, along with the color, and the component that contains configuration specific to your flow.

developer_manual/exapp_development/development_overview/ExAppDevelopmentSteps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ More details are available in the :ref:`ExAppOverview` section.
4949
3. Development
5050
--------------
5151

52-
The basic development process contains from the following steps:
52+
The basic development process consists of the following steps:
5353

5454
- Implement the ExApp <-> Nextcloud :ref:`lifecycle methods <ex_app_lifecycle_methods>`:
5555
#. ``/heartbeat``: ExApp heartbeat method

0 commit comments

Comments
 (0)