Skip to content

Commit a925961

Browse files
authored
Update reference-model-inference-api.md
typo in code sample corrected.
1 parent 022de22 commit a925961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/reference/reference-model-inference-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ catch (RequestFailedException ex)
539539
{
540540
if (ex.ErrorCode == "content_filter")
541541
{
542-
Console.WriteLine($"Your query has trigger Azure Content Safeaty: {ex.Message}");
542+
Console.WriteLine($"Your query has trigger Azure Content Safety: {ex.Message}");
543543
}
544544
else
545545
{

0 commit comments

Comments
 (0)