Skip to content

Commit 9e47139

Browse files
committed
(nit) improve client reference format
1 parent f39100f commit 9e47139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/api-inference/scripts/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const formatSnippets = (result: snippets.types.InferenceSnippet | snippets.types
110110
return result
111111
.map(snippet => {
112112
const client = snippet.client || defaultClient;
113-
return `With ${client} client:\n\`\`\`${language}\n${snippet.content}\n\`\`\``;
113+
return `Using \`${client}\`:\n\`\`\`${language}\n${snippet.content}\n\`\`\``;
114114
})
115115
.join('\n\n');
116116
};

0 commit comments

Comments
 (0)