Skip to content

Commit fb5a740

Browse files
DOC-4608 try using client name in place of language name for tab id
1 parent f6c2ea1 commit fb5a740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/tabbed-clients-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{ end }}
3636
{{ $params := dict "language" $language "contentPath" $examplePath "options" $options }}
3737
{{ $content := partial "tabs/source.html" $params }}
38-
{{ $tabs = $tabs | append (dict "title" $client "language" $language "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
38+
{{ $tabs = $tabs | append (dict "title" $client "language" $client "quickstartSlug" $quickstartSlug "content" $content "sourceUrl" (index $example "sourceUrl")) }}
3939
{{ end }}
4040
{{ end }}
4141

0 commit comments

Comments
 (0)