From 9dcdc5606d6686d4a871b65749246613bd771527 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 4 Dec 2024 14:46:16 -0800 Subject: [PATCH] Update specification/fleet/global_checkpoints/GlobalCheckpointsRequest.ts Co-authored-by: Marci W <333176+marciw@users.noreply.github.com> --- .../fleet/global_checkpoints/GlobalCheckpointsRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/fleet/global_checkpoints/GlobalCheckpointsRequest.ts b/specification/fleet/global_checkpoints/GlobalCheckpointsRequest.ts index ed1144f757..9ce7f85702 100644 --- a/specification/fleet/global_checkpoints/GlobalCheckpointsRequest.ts +++ b/specification/fleet/global_checkpoints/GlobalCheckpointsRequest.ts @@ -25,7 +25,7 @@ import { Checkpoint } from '../_types/Checkpoints' /** * Get global checkpoints. * Get the current global checkpoints for an index. - * This API is design for internal use by the Fleet server project. + * This API is designed for internal use by the Fleet server project. * @rest_spec_name fleet.global_checkpoints * @availability stack since=7.13.0 stability=stable * @availability serverless stability=stable visibility=private