Skip to content

Commit 86ddfc0

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GitBook: [lowcoder-org#80] correct a typo
1 parent 07bf574 commit 86ddfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-apps/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can configure a module's settings in the **Settings** tab of data browser:
2929
* **Method**: methods exposed to external apps. For example, you can define a module with a `resetTitle` method, so that external apps can call it to reset the module's title. 
3030

3131
<figure><img src="../.gitbook/assets/module-7.png" alt=""><figcaption></figcaption></figure>
32-
* **Event**: module events can be handled by external apps. For example, you can define an event named `dataChanged`, so that external apps can add event handlers to it once the `dataChange` event is fired by the module.&#x20;
32+
* **Event**: module events can be handled by external apps. For example, you can define an event named `dataChanged`, so that external apps can add event handlers to it once the `dataChanged` event is fired by the module.&#x20;
3333

3434
<figure><img src="../.gitbook/assets/module-8.png" alt=""><figcaption></figcaption></figure>
3535

0 commit comments

Comments
 (0)