mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 07:54:55 -04:00
Fix typo
This commit is contained in:
parent
3dcf32e25b
commit
ba66d6b903
@ -24,7 +24,7 @@ Use `strings.Diff` to compare two strings and render a highlighted diff:
|
|||||||
<p>The product of 7 and 6 is 13.</p>
|
<p>The product of 7 and 6 is 13.</p>
|
||||||
`}}
|
`}}
|
||||||
|
|
||||||
{{ $diff := strings.Diff "want" $want "got" $got" }}
|
{{ $diff := strings.Diff "want" $want "got" $got }}
|
||||||
{{ transform.Highlight $diff "diff" }}
|
{{ transform.Highlight $diff "diff" }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user