Skip to content

Commit 54fad1e

Browse files
authored
content: Fix typo
1 parent e09f6b0 commit 54fad1e

File tree

1 file changed

+1
-1
lines changed
  • content/en/functions/collections

1 file changed

+1
-1
lines changed

‎content/en/functions/collections/IsSet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, consider this site configuration:
1818
showHeroImage = false
1919
{{< /code-toggle >}}
2020

21-
It the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
21+
If the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
2222

2323
```go-html-template
2424
{{ if site.Params.showHeroImage }}

0 commit comments

Comments
 (0)