From 95f711870b7289b1b73778c3653931cf500dfd90 Mon Sep 17 00:00:00 2001 From: timflannagan Date: Mon, 10 Feb 2025 19:48:03 +0000 Subject: [PATCH] site-source: Fix 'Bakcground' misspell in API concepts page Signed-off-by: timflannagan --- site-src/concepts/api-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-src/concepts/api-overview.md b/site-src/concepts/api-overview.md index 94e762514..6c4c9ecd4 100644 --- a/site-src/concepts/api-overview.md +++ b/site-src/concepts/api-overview.md @@ -1,7 +1,7 @@ # API Overview -## Bakcground -The Gateway API Inference Extension project is an extension of the Kubernetes Gateway API for serving Generative AI models on Kubernetes. Gateway API Inference Extension facilitates standardization of APIs for Kubernetes cluster operators and developers running generative AI inference, while allowing flexibility for underlying gateway implementations (such as Envoy Proxy) to iterate on mechanisms for optimized serving of models. +## Background +The Gateway API Inference Extension project is an extension of the Kubernetes Gateway API for serving Generative AI models on Kubernetes. Gateway API Inference Extension facilitates standardization of APIs for Kubernetes cluster operators and developers running generative AI inference, while allowing flexibility for underlying gateway implementations (such as Envoy Proxy) to iterate on mechanisms for optimized serving of models. Overview of API integration