From 9e617f214d8eec2e5509d3897259948bf2cb3f27 Mon Sep 17 00:00:00 2001 From: Viraj Salaka Date: Tue, 21 Jul 2026 09:40:40 +0530 Subject: [PATCH] Update build-gateway-with-custom-policies.md. ap --version does not work ap version is the correct command. --- .../api-platform-gateway/build-gateway-with-custom-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/cloud/api-platform-gateway/build-gateway-with-custom-policies.md b/en/docs/cloud/api-platform-gateway/build-gateway-with-custom-policies.md index 870a43e43..7b52f1b0a 100644 --- a/en/docs/cloud/api-platform-gateway/build-gateway-with-custom-policies.md +++ b/en/docs/cloud/api-platform-gateway/build-gateway-with-custom-policies.md @@ -53,7 +53,7 @@ The `ap` CLI tool is used to build a custom gateway image with your own policies **Step 5: Verify the installation** ```bash - ap --version + ap version ``` === "Windows"