Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer_manual/digging_deeper/flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ex_app_lifecycle_methods>`:
#. ``/heartbeat``: ExApp heartbeat method
Expand Down
Loading