There was an error while loading. Please reload this page.
1 parent e09f6b0 commit 54fad1eCopy full SHA for 54fad1e
content/en/functions/collections/IsSet.md
@@ -18,7 +18,7 @@ For example, consider this site configuration:
18
showHeroImage = false
19
{{< /code-toggle >}}
20
21
-It the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
+If the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
22
23
```go-html-template
24
{{ if site.Params.showHeroImage }}
0 commit comments