Fix missing '#' (pound) in link

This commit is contained in:
Niekert 2019-06-24 17:41:51 +02:00 committed by GitHub
parent b508a629e8
commit 3e7b8b0663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,7 +267,7 @@ When using a node_helper, the node helper can send your module notifications. Wh
- `payload` - AnyType - The payload of a notification.
**Note 1:** When a node helper sends a notification, all modules of that module type receive the same notifications. <br>
**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](thissendsocketnotificationnotification-payload).
**Note 2:** The socket connection is established as soon as the module sends its first message using [sendSocketNotification](#thissendsocketnotificationnotification-payload).
**Example:**
````javascript