From 241d6fee0b9b249b1b49c21043093ffb7ddb792b Mon Sep 17 00:00:00 2001 From: Nick Kohrn Date: Fri, 14 Jul 2023 20:41:45 -0400 Subject: [PATCH] Update README.md (#32) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d6be5..868d990 100644 --- a/README.md +++ b/README.md @@ -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.