Skip to content

Commit b76ac7d

Browse files
committed
drop the the
1 parent 5ee8fd5 commit b76ac7d

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
@@ -9,7 +9,7 @@ Catalyst strives for convention over code. Here are a few conventions we recomme
99

1010
### Suffix your controllers consistently, for symmetry
1111

12-
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.
12+
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.
1313

1414
```typescript
1515
@controller

0 commit comments

Comments
 (0)