Skip to content

Commit

Permalink
Fix typo in html-templates.md (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakakakku authored Mar 12, 2023
1 parent f8a1be2 commit 537b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ With embed, the files are included in your Go program when you build it. This me

What's handy is you can not only embed individual files, but also file systems; and that filesystem implements [io/fs](https://pkg.go.dev/io/fs) which means your code doesn't need to care what kind of file system it is working with.

If you wish to use different templates depending on configuration though, you may wish to stick to loading templates from disk in the more coventional way.
If you wish to use different templates depending on configuration though, you may wish to stick to loading templates from disk in the more conventional way.

## Next: Make the template "nice"

Expand Down

0 comments on commit 537b69d

Please sign in to comment.