Skip to content

Commit 4e7bceb

Browse files
srt32keithamus
andauthored
Update docs/_guide/rendering.md
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent 57f15d4 commit 4e7bceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_guide/rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Remember that _all_ instances of your controller _must_ add the `<template data-
5151

5252
Sometimes you wont have a template that is server rendered, and instead want to make a template using JS. Catalyst does not support this out of the box, but it is possible to use another library: `@github/jtml`. This library can be used to write declarative templates using JS. Let's re-work the above example using `@github/jtml`:
5353

54-
```
54+
```typescript
5555
import { attr, controller } from "@github/catalyst"
5656
import { html, render } from "@github/jtml"
5757

0 commit comments

Comments
 (0)