mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:08:39 -04:00
Fix typo
This commit is contained in:
parent
eace2624aa
commit
e59a8805b9
@ -14,12 +14,12 @@ action:
|
|||||||
Use `strings.Diff` to compare two strings and render a highlighted diff:
|
Use `strings.Diff` to compare two strings and render a highlighted diff:
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ $want = `
|
{{ $want := `
|
||||||
<p>The product of 6 and 7 is 42.</p>
|
<p>The product of 6 and 7 is 42.</p>
|
||||||
<p>The product of 7 and 6 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 6 and 7 is 42.</p>
|
||||||
<p>The product of 7 and 6 is 13.</p>
|
<p>The product of 7 and 6 is 13.</p>
|
||||||
`}}
|
`}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user