Update README.md

Fix typos
This commit is contained in:
Nick Kohrn 2023-07-12 09:45:45 -04:00 committed by GitHub
parent c675f0b379
commit c974c73166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ static func shine(angle: Angle, duration: Double = 1.0) -> AnyChangeEffect
Triggers a sound effect as feedback whenever a value changes.
This effect will not interrupt or duck any other audio that may currently playing. It may also not triggered based on the setting of the user's silent switch or playback device.
This effect will not interrupt or duck any other audio that may currently be playing. It may also not be triggered based on the setting of the user's silent switch or playback device.
To relay important information to the user, you should always accompany audio effects with visual cues.