mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typo
This commit is contained in:
@@ -14,12 +14,12 @@ action:
|
||||
Use `strings.Diff` to compare two strings and render a highlighted diff:
|
||||
|
||||
```go-html-template
|
||||
{{ $want = `
|
||||
{{ $want := `
|
||||
<p>The product of 6 and 7 is 42.</p>
|
||||
<p>The product of 7 and 6 is 42.</p>
|
||||
`}}
|
||||
|
||||
{{ $got = `
|
||||
{{ $got := `
|
||||
<p>The product of 6 and 7 is 42.</p>
|
||||
<p>The product of 7 and 6 is 13.</p>
|
||||
`}}
|
||||
|
||||
Reference in New Issue
Block a user