From 255bd6381134082538d056e3fef599096de211e6 Mon Sep 17 00:00:00 2001 From: Aron Kerekes Date: Fri, 10 Oct 2025 17:52:26 +0200 Subject: [PATCH] fix: typo Signed-off-by: Aron Kerekes --- docs/oasf/oasf-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oasf/oasf-sdk.md b/docs/oasf/oasf-sdk.md index 3b92f94f..e3b82f55 100644 --- a/docs/oasf/oasf-sdk.md +++ b/docs/oasf/oasf-sdk.md @@ -24,7 +24,7 @@ Deploy the OASF SDK server using the provided Helm chart: helm install oasf-sdk ./helm/oasf-sdk ``` -Alternatovley, you can deploy the OASF SDK server using the provided Docker image: +Alternatively, you can deploy the OASF SDK server using the provided Docker image: ```bash docker run -p 31234:31234 ghcr.io/agntcy/oasf-sdk:latest