From cc55871f14fcedd5618fd4fb543bb8a787a7a867 Mon Sep 17 00:00:00 2001
From: Tom-Rune Bornholdt
Date: Fri, 24 Jan 2025 16:17:30 +0100
Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20typo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/STYLEGUIDE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/STYLEGUIDE.md b/docs/STYLEGUIDE.md
index 731aa35e8..dd7660b00 100644
--- a/docs/STYLEGUIDE.md
+++ b/docs/STYLEGUIDE.md
@@ -21,7 +21,7 @@ export class MyComponent {
## Protected / Public / Static
-- **Never** use the `protected` keyword.
+- **Never** use the `protected`, `public`, or `static` keywords.
## Readonly