Skip to content

Commit 1583403

Browse files
committed
drop the the
1 parent e1c066e commit 1583403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_guide/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Catalyst strives for convention over code. Here are a few conventions we recomme
77

88
### Suffix your controllers consistently, for symmetry
99

10-
Catalyst components can be suffixed with `Element`, `Component` or `Controller`. We think elements should behave as closely to the built-ins as possible, so we like to use `Element` (existing elements do this, for example `HTMLDivElement`, `SVGElement`). If you're using a server side comoponent framework such as [ViewComponent](https://viewcomponent.org/), it's probably better to suffix `Component` for symmetry with that component framework.
10+
Catalyst components can be suffixed with `Element`, `Component` or `Controller`. We think elements should behave as closely to the built-ins as possible, so we like to use `Element` (existing elements do this, for example `HTMLDivElement`, `SVGElement`). If you're using a server side comoponent framework such as [ViewComponent](https://viewcomponent.org/), it's probably better to suffix `Component` for symmetry with that framework.
1111

1212
```typescript
1313
@controller

0 commit comments

Comments
 (0)