Skip to content

Commit

Permalink
fix: typo in 10-script-templates.md (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdscxsj authored Sep 30, 2023
1 parent c4f9d60 commit b7531a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/03-syntax-and-usage/10-script-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ templ page(data []TimeValue) {
}
```

The data is loaded by the backend into the template. This example uses a constant, but it could easily have colleted the `[]TimeValue` from a database.
The data is loaded by the backend into the template. This example uses a constant, but it could easily have collected the `[]TimeValue` from a database.

```go
package main
Expand Down

0 comments on commit b7531a3

Please sign in to comment.