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;