We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2674d8b commit bc2268fCopy full SHA for bc2268f
1 file changed
src/layouts/partials/api-resource.hbs
@@ -11,7 +11,7 @@
11
12
{% tabs %}
13
{{#each resourceSamples}}
14
-{% tab title="{{toCapitalCase this.resourceDataSyntax}}" %}
+{% tab title="{{#if (eq this.resourceDataSyntax 'json')}}JSON{{else}}{{toCapitalCase this.resourceDataSyntax}}{{/if}}" %}
15
```{{this.resourceDataSyntax}}
16
{{{this.resourceData}}}
17
```
0 commit comments