diff --git a/Flow.md b/Flow.md index 2b9466e..8160b04 100644 --- a/Flow.md +++ b/Flow.md @@ -75,10 +75,10 @@ If the node server is being removed, Polyglot core will send a delete message to #### POLL When the Polyglot core sends a poll message to the interface, the interface will publish a `POLL` event. The `POLL` event contains a string with type of poll event. It will be either 'shortPoll' or 'longPoll'. -Note again that this is called from within a separate thread so that if your poll processing takes longer than a poll interval you can end up with multiple poll processes running conccurently. +Note again that this is called from within a separate thread so that if your poll processing takes longer than a poll interval you can end up with multiple poll processes running concurently. #### CUSTOMPARAMS / CUSTOMTYPEDDATA -Whenever the user saves configuration data from the Polyglot dashboard UI a message is sent to the interface with the updated data. The interface then publishes this updated data via the `CUSTOM PARAMS` and `CUSTOMTYPEDDATA` events. +Whenever the user saves configuration data from the Polyglot dashboard UI a message is sent to the interface with the updated data. The interface then publishes this updated data via the `CUSTOMPARAMS` and `CUSTOMTYPEDDATA` events This means you don't need to tell the user to restart the node server after updating the configuration data.