Skip to content

Commit f75c273

Browse files
committed
Update deprecation comment
1 parent ad1d6a3 commit f75c273

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/actions/server/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type ActionTypeParams = Record<string, unknown>;
3232

3333
export interface Services {
3434
/**
35-
* @deprecated use `scopedClusterClient`
35+
* @deprecated Use `scopedClusterClient` instead.
3636
*/
3737
callCluster: ILegacyScopedClusterClient['callAsCurrentUser'];
3838
savedObjectsClient: SavedObjectsClientContract;

x-pack/plugins/alerts/server/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ declare module 'src/core/server' {
4848

4949
export interface Services {
5050
/**
51-
* @deprecated use `scopedClusterClient`
51+
* @deprecated Use `scopedClusterClient` instead.
5252
*/
5353
callCluster: ILegacyScopedClusterClient['callAsCurrentUser'];
5454
savedObjectsClient: SavedObjectsClientContract;

0 commit comments

Comments
 (0)