From 69ff916778cd91a9f4e0ceee32c7492428caf3e6 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 2 May 2024 16:02:10 +0400 Subject: [PATCH] Fix typo in Services.ts Co-authored-by: Miguel Grinberg --- specification/inference/_types/Services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/inference/_types/Services.ts b/specification/inference/_types/Services.ts index 8eb3aa1e2b..96fccb4266 100644 --- a/specification/inference/_types/Services.ts +++ b/specification/inference/_types/Services.ts @@ -39,7 +39,7 @@ export class InferenceEndpoint { } /** - * Represents a infenence endpoint as returned by the GET API + * Represents an inference endpoint as returned by the GET API */ export class InferenceEndpointContainer extends InferenceEndpoint { /**