Just a couple of Typos corrected :) (#1222)

This commit is contained in:
David Martin 2021-06-07 20:40:39 +01:00 committed by GitHub
parent 16a6366bf5
commit 9c9872ca0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -383,11 +383,11 @@ This effect makes a pulsating light. The period can be defined by ``update_inter
effects: effects:
- pulse: - pulse:
- pulse: - pulse:
name: "Fast Puse" name: "Fast Pulse"
transition_length: 0.5s transition_length: 0.5s
update_interval: 0.5s update_interval: 0.5s
- pulse: - pulse:
name: "Slow Puse" name: "Slow Pulse"
# transition_length: 1s # defaults to 1s # transition_length: 1s # defaults to 1s
update_interval: 2s update_interval: 2s