Skip to content

Commit 347c322

Browse files
committed
correct some typos
1 parent c938d74 commit 347c322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ The closing tags that are supported are:
4949
- `$%>` - Closing tag with newline stripping (one newline)
5050
- Examples: `<% foo := "bar" $%>`, `<%= foo $%>`
5151

52-
> Note: Opening and closing graces will be required for the Go code blocks when using EGO. Automatic brace insertion is not intentionally supported, and any support that might remain (all template engines use the same parser) may not continue to work in the future.
52+
> Note: Opening and closing braces will be required for the Go code blocks when using EGO. Automatic brace insertion is not intentionally supported, and any support that might remain (all template engines use the same parser) may not continue to work in the future.
5353
5454
### Added
5555

56-
- Added a new template directive `ego`
56+
- Added a new template directive `@ego`
5757

5858
### Fixed
5959

60-
- Fixed automatic closing of Go code in the generated Go code when two unrelated code blocks were siblings in the indented template engines.
60+
- Fixed automatic closing of Go code in the generated code when two unrelated code blocks were siblings in the indented template engines.
6161

6262
## [v0.6.3](https://github.com/stackus/goht/compare/v0.6.0...v0.6.3) - 2025-04-27
6363

0 commit comments

Comments
 (0)