mirror of
https://github.com/esphome/esphome.git
synced 2025-11-20 00:35:44 +00:00
Fix a bunch of typos (#2058)
Co-authored-by: Stefan Agner <stefan@agner.ch> Co-authored-by: Otto Winter <otto@otto-winter.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ class QueueingScript : public Script, public Component {
|
||||
/** A script type that executes new instances in parallel.
|
||||
*
|
||||
* If a new instance is started while previous ones haven't finished yet,
|
||||
* the new one is exeucted in parallel to the other instances.
|
||||
* the new one is executed in parallel to the other instances.
|
||||
*/
|
||||
class ParallelScript : public Script {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user