From 4b9cc7c75827d1ba2d357fe78f80adab7e9b8a4e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 16 Jun 2024 12:55:06 -0400 Subject: [PATCH] Add cover exception to response style guide. (#2220) --- docs/voice/intent-recognition/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/voice/intent-recognition/style-guide.md b/docs/voice/intent-recognition/style-guide.md index 925a6eae..6729ec08 100644 --- a/docs/voice/intent-recognition/style-guide.md +++ b/docs/voice/intent-recognition/style-guide.md @@ -38,5 +38,5 @@ Responses should be in the present tense. For example, "The light is on" instead ## Use the correct voice -Responses should be in the active voice. For example, "The light is on" instead of "The light is being turned on". +Responses should be in the active voice. For example, "The light is on" instead of "The light is being turned on". Exception here is for the `cover` domain, as the actions take considerable time to complete.