Skip to content

Commit

Permalink
docs: fix missing space (#654) [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sylr authored Mar 30, 2024
1 parent ad69501 commit dbbb53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/03-syntax-and-usage/03-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ func countriesJSON() string {
return string(bytes)
}
```

```templ
templ SearchBox() {
<search-webcomponent suggestions={ countriesJSON() } />
Expand Down

0 comments on commit dbbb53b

Please sign in to comment.