@@ -20,7 +20,7 @@ None
## Synapses example
-We call another synapse directly at the end of the fist synapse
+We call another synapse directly at the end of the first synapse
```
- name: "direct-link"
signals:
@@ -81,7 +81,7 @@ If the user say something that is not present in `answers`, he will be redirecte
- order: "synapse4"
neurons:
- say:
- message: "I havn't understood your answer"
+ message: "I haven't understood your answer"
## Notes
@@ -18,7 +18,7 @@ class Neurotransmitter(NeuronModule):
# do some check
if self._is_parameters_ok():
if self.direct_link is not None:
- logger.debug("Neurotransmitter direct call to the synapse name: %s" % self.direct_link)
+ logger.debug("Neurotransmitter directly call to the synapse name: %s" % self.direct_link)
self.run_synapse_by_name(self.direct_link)
else:
# the user is using a from_answer_link, we call the stt to get an audio