mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix typo
This commit is contained in:
@@ -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>
|
||||
`}}
|
||||
|
||||
{{ $diff := strings.Diff "want" $want "got" $got" }}
|
||||
{{ $diff := strings.Diff "want" $want "got" $got }}
|
||||
{{ transform.Highlight $diff "diff" }}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user