From bc957dab4a35beb9bbd03da7756863614d09bacf Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 20 Oct 2022 15:00:17 +0200 Subject: [PATCH] Update STYLE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw Signed-off-by: Johan Haals --- STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE.md b/STYLE.md index db9b2ad347..6f1f75f324 100644 --- a/STYLE.md +++ b/STYLE.md @@ -144,7 +144,7 @@ This section describes guidelines for designing public APIs. It can also be appl function createWidget(options: CreateWidgetOptions) {} ``` -1. Avoid arrays as return types prefer response objects. +1. Avoid arrays as return types; prefer response objects. ```ts interface UserApi {