From c553a36fd6e19350bbc4d9a619cc87248ca0803f Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Fri, 8 Mar 2024 16:01:44 +0800 Subject: [PATCH] feat: update comment Signed-off-by: SuZhou-Joe --- src/core/public/saved_objects/saved_objects_client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/public/saved_objects/saved_objects_client.ts b/src/core/public/saved_objects/saved_objects_client.ts index f07d3890b7fa..44e8be470c32 100644 --- a/src/core/public/saved_objects/saved_objects_client.ts +++ b/src/core/public/saved_objects/saved_objects_client.ts @@ -186,7 +186,7 @@ export class SavedObjectsClient { private http: HttpSetup; private batchQueue: BatchQueueEntry[]; /** - * The currentWorkspaceId may be undefiend when workspace plugin is not enabled. + * The currentWorkspaceId may be undefined when workspace plugin is not enabled. */ private currentWorkspaceId: string | undefined;