summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/taxonomy/ByCount.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/taxonomy/ByCount.md')
-rw-r--r--docs/content/en/methods/taxonomy/ByCount.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/methods/taxonomy/ByCount.md b/docs/content/en/methods/taxonomy/ByCount.md
index 40f58420a..68143ccff 100644
--- a/docs/content/en/methods/taxonomy/ByCount.md
+++ b/docs/content/en/methods/taxonomy/ByCount.md
@@ -34,7 +34,7 @@ To reverse the sort order:
To inspect the data structure:
```go-html-template
-<pre>{{ jsonify (dict "indent" " ") $taxonomyObject.ByCount }}</pre>
+<pre>{{ debug.Dump $taxonomyObject.ByCount }}</pre>
```
{{% include "methods/taxonomy/_common/ordered-taxonomy-element-methods.md" %}}