Skip to content

Commit d75efb4

Browse files
Fix typo
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent 6d47ab8 commit d75efb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/Client/IClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import CommunicationProtocolEnum from "../../enum/CommunicationProtocol.enum";
1515
import { DaprClientOptions } from "../../types/DaprClientOptions";
1616

1717
export default interface IClient {
18-
getClient(): any; //s dependent on implementation
18+
getClient(): any;
1919
getClientHost(): string;
2020
getClientPort(): string;
2121
getClientCommunicationProtocol(): CommunicationProtocolEnum;

0 commit comments

Comments
 (0)