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